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 `sps_configuration` c
LEFT JOIN `sps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
68562
ms
|
60836 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `sps_cms` c
INNER JOIN `sps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 1
WHERE (c.active = 1)
ORDER BY position |
8059
ms
|
258 |
Yes
|
|
/classes/CMS.php:311
/modules/psaffiliate/classes/AffConf.php:794<br>/modules/psaffiliate/classes/AffConf.php:1004<br>/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:119<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_cms` c
INNER JOIN `sps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 1
WHERE (c.active = 1)
ORDER BY position |
7188
ms
|
258 |
Yes
|
|
/classes/CMS.php:311
/modules/psaffiliate/classes/AffConf.php:794<br>/modules/psaffiliate/classes/AffConf.php:1004<br>/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:236<br>/modules/psaffiliate/classes/Tracking.php:121<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `sps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
3680
ms
|
14323048 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.`id_product_attribute`,0) id_product_attribute
, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2026-08-19 00:00:00",
INTERVAL 60 DAY
)
) > 0 AS new FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `sps_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 `sps_product_lang` pl
ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `sps_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 `sps_image_lang` il
ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `sps_manufacturer` m
ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN sps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )JOIN `sps_category_product` cp ON (p.id_product = cp.id_product)JOIN `sps_category_group` cg ON (cp.`id_category` = cg.`id_category` AND cg.`id_group` =1)JOIN `sps_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_manufacturer` = 50
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY p.id_product
ORDER BY p.`date_upd` desc
LIMIT 0,20 |
2810
ms
|
24 |
Yes
|
Yes
|
/classes/Manufacturer.php:495
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `sps_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `sps_date_range`) LIMIT 1 |
2788
ms
|
72692676 |
|
|
/classes/DateRange.php:60
/classes/Page.php:122<br>/modules/statsdata/statsdata.php:114<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `sps_module` m
INNER JOIN sps_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 `sps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `sps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `sps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `sps_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` |
2751
ms
|
327 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa5 ON (pa5.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa5.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac5 ON (pa5.`id_product_attribute` = pac5.`id_product_attribute` AND pac5.`id_attribute` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) AND IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 5
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1968
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `sps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
1842
ms
|
7645225 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa6 ON (pa6.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa6.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac6 ON (pa6.`id_product_attribute` = pac6.`id_product_attribute` AND pac6.`id_attribute` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) AND IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 6
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1802
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa5 ON (pa5.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa5.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac5 ON (pa5.`id_product_attribute` = pac5.`id_product_attribute` AND pac5.`id_attribute` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) AND IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 5
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1780
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa14 ON (pa14.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa14.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 14
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1756
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa6 ON (pa6.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa6.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac6 ON (pa6.`id_product_attribute` = pac6.`id_product_attribute` AND pac6.`id_attribute` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) AND IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 6
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1736
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_hook_module` hm
STRAIGHT_JOIN `sps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `sps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1312
ms
|
708 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa10 ON (pa10.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa10.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (sa1.`quantity` > 0 OR sa2.`quantity` > 0)
AND ac.`id_criterion_group` = 10
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1193
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SHOW TABLES LIKE "sps_ets_superspeed_cache_page" |
1182
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:271
/modules/ets_superspeed/ets_superspeed.php:977<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SHOW TABLES LIKE "sps_ets_superspeed_cache_page" |
1178
ms
|
1 |
|
|
/modules/ets_superspeed/ets_superspeed.php:975
/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, MAX(product_attribute_shop.id_product_attribute) 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`, MAX(image_shop.`id_image`) id_image,
il.`legend`, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-08-19 00:00:00",
INTERVAL 60 DAY)) > 0 AS new,
product_shop.price AS orderprice
FROM `sps_product` p
LEFT JOIN `sps_product_attribute` pa ON (p.`id_product` = pa.`id_product`)
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1 AND product_attribute_shop.`default_on` = 1)
LEFT JOIN sps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`product_attribute_shop`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `sps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `sps_category_lang` cl ON (
p.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `sps_image` i ON (p.`id_product` = i.`id_product`)
LEFT JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
LEFT JOIN `sps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `sps_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `sps_tax_rule` tr ON (p.`id_tax_rules_group` = tr.`id_tax_rules_group`
AND tr.`id_country` = 21
AND tr.`id_state` = 0
)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_tax_lang` tl ON (t.`id_tax` = tl.`id_tax` AND tl.`id_lang` = 1)
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND product_shop.`available_for_order` = 1
AND product_shop.`id_product` IN (397,7508,7512,8135)
AND product_shop.`visibility` IN ("both", "catalog")
AND IF (
(stock.`id_product_attribute` = 0 AND pa.`id_product_attribute` IS NULL)
OR
(product_attribute_shop.`id_product_attribute` IS NOT NULL AND stock.`id_product_attribute`=product_attribute_shop.`id_product_attribute`), 1, 0
)
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 1 = 1, stock.`out_of_stock` = 1))
GROUP BY product_shop.`id_product`
ORDER BY FIELD(product_shop.`id_product`, 397,7508,7512,8135) |
1151
ms
|
20 |
Yes
|
|
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:853
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SHOW TABLES LIKE "sps_ets_superspeed_cache_page" |
1034
ms
|
1 |
|
|
/modules/ets_superspeed/ets_superspeed.php:975
/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa14 ON (pa14.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa14.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 14
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1026
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product` + acpc8.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa10 ON (pa10.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa10.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (sa1.`quantity` > 0 OR sa2.`quantity` > 0)
AND ac.`id_criterion_group` = 10
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1004
ms
|
45 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `sps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `sps_hook_alias` ha
INNER JOIN `sps_hook` h ON ha.name = h.name |
941
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 21), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
918
ms
|
9 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1313<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1362<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SHOW TABLES LIKE "sps_ets_superspeed_cache_page" |
896
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:271
/modules/ets_superspeed/ets_superspeed.php:977<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa8 ON (pa8.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa8.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND (ac.`id_criterion` IN (1199))
AND ac.`id_criterion_group` = 8
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
873
ms
|
45 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `sps_specific_price` WHERE `id_product_attribute` != 0 |
824
ms
|
2591 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3738) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
815
ms
|
2 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `sps_hook` h
WHERE (h.active = 1) |
773
ms
|
776 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE app.price_wt as max_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, acp.id_product, app.id_currency, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 21, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE acp.`id_product` = 2574 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
764
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1423<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 21), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
741
ms
|
9 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1313<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1362<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT acp.`id_product`) as total
FROM `sps_pm_advancedsearch_cache_product_1` acp
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) LIMIT 1 |
734
ms
|
9 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1526<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3349<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3738
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
693
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc1.`id_cache_product`)) AS nb_product
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc ON (aclist.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 )
LEFT JOIN `sps_product_attribute` pa8 ON (pa8.`id_product` = acp.`id_product` )
LEFT JOIN `sps_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa8.`id_product_attribute`, 0) AND sa2.id_shop_group = 1 AND sa2.id_shop = 0 ) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 1 = 1, sa2.`out_of_stock` = 1)))
AND (ac.`id_criterion` IN (1199))
AND ac.`id_criterion_group` = 8
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
690
ms
|
45 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1088<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
INSERT INTO `sps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'en', '0') |
646
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
INSERT INTO `sps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10821498', '2723', '308349356', '', '1', '1', '2026-08-19 22:38:10') |
625
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 21, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE acp.`id_product` = 2575 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
613
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1381<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 21), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
611
ms
|
9 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1344<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1409<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 21), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
606
ms
|
9 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1344<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1409<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 21, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE acp.`id_product` = 2575 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
591
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1381<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_order_state` os
LEFT JOIN `sps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC |
577
ms
|
62 |
Yes
|
|
/classes/order/OrderState.php:132
/modules/psaffiliate/classes/AffConf.php:34<br>/modules/psaffiliate/classes/AffConf.php:1004<br>/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:119<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2578 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 21253) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
554
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3394) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
552
ms
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE app.price_wt as max_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, acp.id_product, app.id_currency, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 21, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `sps_pm_advancedsearch_product_price_1` app
LEFT JOIN `sps_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `sps_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (62))
JOIN `sps_pm_advancedsearch_cache_product_criterion_1` acpc8 ON ( acp.`id_cache_product` = acpc8.`id_cache_product` AND acpc8.`id_criterion` IN (1199))
LEFT JOIN `sps_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 21 AND tr.`id_state` = 0)
LEFT JOIN `sps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `sps_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `sps_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop_group = 1 AND sa1.id_shop = 0 ) WHERE acp.`id_product` = 2574 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-08-19 22:38:10' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "search")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 1 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 21) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
546
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1423<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2577) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
545
ms
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
544
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2575
LIMIT 1 |
544
ms
|
7 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2820) 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
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2575) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
521
ms
|
6 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3738 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 28665) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
510
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
505
ms
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2818 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
503
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE p.`id_product`
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_manufacturer = 50 AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS (
SELECT 1
FROM `sps_category_group` cg
LEFT JOIN `sps_category_product` cp ON (cp.`id_category` = cg.`id_category`) INNER JOIN `sps_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_product` = cp.`id_product` AND cg.`id_group` =1
) |
497
ms
|
24 |
|
|
/classes/Manufacturer.php:426
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:86<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2574
LIMIT 1 |
494
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `sps_meta` m
LEFT JOIN `sps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
489
ms
|
126 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2574) 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
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2574 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
476
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2578
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
476
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2819
LIMIT 1 |
473
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2578) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
471
ms
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2575 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
466
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `sps_cart_rule` cr
LEFT JOIN `sps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
462
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/override/classes/Cart.php:62<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/override/classes/Cart.php:44<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3738
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
460
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
459
ms
|
1 |
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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
453
ms
|
3 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2578 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2578 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
444
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2575
AND image_shop.`cover` = 1 LIMIT 1 |
441
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
438
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2577
LIMIT 1 |
437
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3394 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
434
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 21213
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2574 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21213
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
420
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2575
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
417
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2818
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
416
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2577 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 21247) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
412
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2820 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
410
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3738 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 3738 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
402
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2574
AND pac.`id_product_attribute` = 21213
AND agl.`id_lang` = 1 |
401
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2574 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
400
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2575) AND (b.`id_shop` = 1) LIMIT 1 |
397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
397
ms
|
1 |
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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:280<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2820
LIMIT 1 |
389
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
381
ms
|
1 |
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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2577 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2577 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
381
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2577
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
380
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3394 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 3394 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
375
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 21253
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2578 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21253
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2578 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
375
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2578
LIMIT 1 |
373
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3738) AND (b.`id_shop` = 1) LIMIT 1 |
372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2818 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
368
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3394
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
364
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 23498
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2820 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23498
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
362
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 28665
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3738 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 28665
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3738 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
361
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2818
LIMIT 1 |
361
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product_attribute` pa
INNER JOIN sps_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 sps_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_group = 1 AND stock.id_shop = 0 )
JOIN `sps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7508) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
361
ms
|
1 |
Yes
|
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:203<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2819
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
360
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `sps_connections`
WHERE `id_guest` = 10821498
AND `date_add` > '2026-08-19 22:08:00'
AND id_shop_group = 1
ORDER BY `date_add` DESC LIMIT 1 |
355
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2820
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
354
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3394
LIMIT 1 |
354
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 27271
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3394 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27271
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3394 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
353
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2575 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
352
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
351
ms
|
1 |
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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
348
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2818 |
348
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7508
LIMIT 1 |
346
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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(
'2026-08-19 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM sps_product p
LEFT JOIN sps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_shop_group = 1 LEFT JOIN sps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3738
LIMIT 1 |
342
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2819 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
342
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `sps_pm_advancedsearch_seo` s
JOIN `sps_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("4d684321dac1ac245527464b053a5616")
AND s.`deleted`=0 |
340
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php:340<br>/modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php:65<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3316<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2818) AND (b.`id_shop` = 1) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `sps_cart_rule` cr
LEFT JOIN `sps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
334
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 23431
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2818 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23431
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
332
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_superspeed_cache_page`
WHERE 1 AND page="guest" AND id_object="10821498" |
332
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:284
/modules/ets_superspeed/ets_superspeed.php:977<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `sps_page`
WHERE `id_page_type` = 12 AND `id_object` = 50 LIMIT 1 |
332
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3394) AND (b.`id_shop` = 1) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `sps_product_attribute` pa
INNER JOIN sps_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 `sps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `sps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `sps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `sps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2574
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
326
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2574) |
325
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2574
ORDER BY `position` |
324
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 7508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-19 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 |
324
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2577) 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:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2578
AND pac.`id_product_attribute` = 21253
AND agl.`id_lang` = 1 |
318
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `sps_hook` |
318
ms
|
776 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.`id_criterion`, ac.`id_criterion_group`, acg.`visible`,aclink.`id_criterion_linked`
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
LEFT JOIN `sps_pm_advancedsearch_criterion_group_1` acg ON (acg.`id_criterion_group` = ac.`id_criterion_group`)
WHERE acg.`criterion_group_type` = "manufacturer"
AND aclink.`id_criterion_linked` = 50 |
316
ms
|
4 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:462<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1224<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `sps_cart_rule` cr
LEFT JOIN `sps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
315
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/4d/d8/ec4dd89cda41f24213d37b027b8d22b3f713d8c6_2.file.mobile-header-1.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:192<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2820
AND pac.`id_product_attribute` = 23498
AND agl.`id_lang` = 1 |
315
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2819 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 2819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
311
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 23435
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2819 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23435
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
311
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
310
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2818
AND pac.`id_product_attribute` = 23431
AND agl.`id_lang` = 1 |
308
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2820) 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:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2575
ORDER BY `position` |
302
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 21253 LIMIT 1 |
298
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
298
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2819
ORDER BY `position` |
297
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3394
AND pac.`id_product_attribute` = 27271
AND agl.`id_lang` = 1 |
297
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
294
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
294
ms
|
1 |
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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM sps_page_type
WHERE name = 'manufacturer' LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2578) |
292
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3738
AND pac.`id_product_attribute` = 28665
AND agl.`id_lang` = 1 |
291
ms
|
2 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sps_module` m
LEFT JOIN `sps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
288
ms
|
119 |
|
|
/classes/module/Module.php:340
/modules/ph_simpleblog/ph_simpleblog.php:135<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2818
ORDER BY f.position ASC |
287
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sps_module` m
LEFT JOIN `sps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
286
ms
|
119 |
|
|
/classes/module/Module.php:340
/modules/onepagecheckoutps/onepagecheckoutps.php:119<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
285
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2574) AND (b.`id_shop` = 1) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2574
ORDER BY f.position ASC |
282
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
279
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2819
AND image_shop.`cover` = 1 LIMIT 1 |
275
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2819) AND (b.`id_shop` = 1) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
269
ms
|
1 |
|
|
/modules/ets_superspeed/ets_superspeed.php:3811
/modules/ets_superspeed/ets_superspeed.php:975<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT 1 FROM `sps_cart_rule` WHERE date_to >= "2026-08-19 00:00:00" AND date_to <= "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `sps_cart_rule` WHERE date_from >= "2026-08-19 00:00:00" AND date_from <= "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `sps_cart_rule` WHERE date_from < "2026-08-19 00:00:00" AND date_to > "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
269
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7508 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_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` = 7508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
268
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2577
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
266
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
266
ms
|
1 |
|
|
/modules/ets_superspeed/ets_superspeed.php:3811
/modules/ets_superspeed/ets_superspeed.php:975<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2819
AND pac.`id_product_attribute` = 23435
AND agl.`id_lang` = 1 |
264
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2578
ORDER BY f.position ASC |
263
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
263
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:315<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3738
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_whatsappchatblock_agent` LEFT JOIN `sps_whatsappchatblock_agent_lang` ON (`sps_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `sps_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
263
ms
|
2 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:288<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "header" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
261
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sps_module` m
LEFT JOIN `sps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
261
ms
|
119 |
|
|
/classes/module/Module.php:340
/modules/iqitthemeeditor/iqitthemeeditor.php:40<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
258
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav1" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
258
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:386<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2574 AND pa.`id_product` = 2574 AND pa.`id_product_attribute` = 21213 LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sps_module` m
LEFT JOIN `sps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
256
ms
|
119 |
|
|
/classes/module/Module.php:340
/modules/pm_advancedsearch4/AdvancedSearchCoreClass.php:48<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:120<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
254
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:369<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 3738) |
252
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sps_module` m
LEFT JOIN `sps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
251
ms
|
119 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:189<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2820
ORDER BY f.position ASC |
250
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3394
ORDER BY f.position ASC |
248
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 3738 LIMIT 1 |
248
ms
|
2 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 21220
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2575 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21220
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
247
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE (date_from <= "2026-08-19 22:38:10" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2026-08-19 22:38:10" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
247
ms
|
29 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2505
/modules/groupinc/groupinc.php:847<br>/modules/groupinc/groupinc.php:783<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:230<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_cart_product` cp
WHERE cp.`id_product_attribute` = 21247
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2577 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `sps_cart_product` cp JOIN `sps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21247
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2577 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
245
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4284<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3738
ORDER BY f.position ASC |
239
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2578) AND (b.`id_shop` = 1) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `sps_pm_advancedsearch` ads
LEFT JOIN `sps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 1 )
WHERE ads.`id_search` = 1
AND `active` = 1
LIMIT 1 |
236
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:372<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1461<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3349<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2818) |
233
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
INSERT INTO `sps_page_viewed` (`id_date_range`, `id_page`, `counter`, `id_shop`, `id_shop_group`) VALUES ('10037', '2723', '1', '1', '1') |
231
ms
|
1 |
|
|
/classes/Page.php:142
/modules/statsdata/statsdata.php:114<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
230
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:362<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `sps_cart_rule` cr
LEFT JOIN `sps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
229
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM sps_shop_group gs
LEFT JOIN sps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN sps_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 |
228
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2577
ORDER BY `position` |
228
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_attribute_group` FROM `sps_attribute_group` WHERE `is_color_group`=1 |
224
ms
|
42 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineIndexation.php:1469<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3074<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
(SELECT 1 FROM `sps_cart_rule` WHERE date_to >= "2026-08-19 00:00:00" AND date_to <= "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `sps_cart_rule` WHERE date_from >= "2026-08-19 00:00:00" AND date_from <= "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `sps_cart_rule` WHERE date_from < "2026-08-19 00:00:00" AND date_to > "2026-08-19 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/override/classes/Cart.php:62<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/override/classes/Cart.php:44<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 21254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `sps_pm_advancedsearch_criterion_group_1` acg
LEFT JOIN `sps_pm_advancedsearch_criterion_group_1_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 1 )
WHERE acg.`id_search` = 1
ORDER BY `position` |
223
ms
|
10 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionGroupClass.php:233<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3006<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_baw_banner` b
LEFT JOIN `sps_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="1")
LEFT JOIN `sps_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 |
223
ms
|
1 |
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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2818
ORDER BY `position` |
222
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
222
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `sps_pm_advancedsearch_seo` s
JOIN `sps_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("dc2f976a08954560aa988764e8c40ff8")
AND s.`deleted`=0 |
221
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php:340<br>/modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php:65<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3316<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7508
ORDER BY `position` |
220
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:200<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2577
AND pac.`id_product_attribute` = 21247
AND agl.`id_lang` = 1 |
219
ms
|
1 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 21214) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2575
AND pac.`id_product_attribute` = 21219
AND agl.`id_lang` = 1 |
218
ms
|
2 |
|
|
/classes/Product.php:7407
/classes/Product.php:7572<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:210<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21219, 21220, 21221, 21222, 21223, 21224) AND il.`id_lang` = 1 ORDER by i.`position` |
218
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (28665, 28666) AND il.`id_lang` = 1 ORDER by i.`position` |
216
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM sps_iqit_elementor_category c LEFT JOIN sps_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 0 AND s.id_shop = 1 LIMIT 1 |
215
ms
|
116 |
|
|
/modules/iqitelementor/src/IqitElementorCategory.php:87
/modules/iqitelementor/iqitelementor.php:609<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
INSERT IGNORE INTO `sps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('9481152', '2723', '2026-08-19 22:38:10') |
214
ms
|
1 |
|
|
/classes/Connection.php:122
/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2578
ORDER BY `position` |
214
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBanner" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
212
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:328<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2820) |
212
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2820 AND pa.`id_product` = 2820 AND pa.`id_product_attribute` = 23498 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 sps_shop_url su
LEFT JOIN sps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'sps-sport.com' OR su.domain_ssl = 'sps-sport.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
211
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21213, 21214, 21215) AND il.`id_lang` = 1 ORDER by i.`position` |
211
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3394
ORDER BY `position` |
210
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 3738 AND pa.`id_product` = 3738 AND pa.`id_product_attribute` = 28665 LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 3394 AND pa.`id_product` = 3394 AND pa.`id_product_attribute` = 27271 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `sps_pm_advancedsearch` ads
LEFT JOIN `sps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 1 )
WHERE ads.`id_search` IN (1)
ORDER BY ads.`position` |
208
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:285<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:275<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23434, 23435, 23436) AND il.`id_lang` = 1 ORDER by i.`position` |
208
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "footer" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
208
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:316<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2578 AND pa.`id_product` = 2578 AND pa.`id_product_attribute` = 21253 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `sps_lang` l
JOIN sps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
207
ms
|
25 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/override/classes/Dispatcher.php:263<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2575) |
207
ms
|
6 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2819
ORDER BY f.position ASC |
206
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 3394) |
206
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3394
AND image_shop.`cover` = 1 LIMIT 1 |
204
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `sps_tax_rule` tr
JOIN `sps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 11
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
204
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_attribute` a
LEFT JOIN `sps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `sps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `sps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN sps_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 `sps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2575
AND pac.`id_product_attribute` = 21220
AND agl.`id_lang` = 1 |
204
ms
|
2 |
|
|
/classes/Product.php:7407
/classes/Product.php:5792<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3738
ORDER BY `position` |
204
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2818
AND image_shop.`cover` = 1 LIMIT 1 |
202
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2820
ORDER BY `position` |
201
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 28665 LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23431, 23432, 23433) AND il.`id_lang` = 1 ORDER by i.`position` |
201
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `sps_pm_advancedsearch` ads
JOIN `sps_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
198
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:338<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:317<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:161<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2574
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
195
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7508
ORDER BY f.position ASC |
193
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2577
ORDER BY f.position ASC |
193
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product` a
LEFT JOIN `sps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7508) AND (b.`id_shop` = 1) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5622<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_currency` c ORDER BY `iso_code` ASC |
191
ms
|
2 |
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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "winamic_linkobfuscator" LIMIT 1 |
191
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/onepagecheckoutps/onepagecheckoutps.php:228<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2574
AND image_shop.`cover` = 1 LIMIT 1 |
189
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2818 AND pa.`id_product` = 2818 AND pa.`id_product_attribute` = 23431 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2577) |
187
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2820
AND image_shop.`cover` = 1 LIMIT 1 |
186
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 21215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21213) LIMIT 1 |
184
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 8029 AND ctg.`id_group` = 1 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2574
AND `required` = 1 AND `is_deleted` = 0 |
182
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3394
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
181
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 2819) |
180
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM sps_feature_product pf
LEFT JOIN sps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN sps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN sps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN sps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2575
ORDER BY f.position ASC |
180
ms
|
1 |
Yes
|
|
/classes/Product.php:5904
/classes/Product.php:5766<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27271, 27272, 27273) AND il.`id_lang` = 1 ORDER by i.`position` |
179
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2578
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
179
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21247, 21248, 21249) AND il.`id_lang` = 1 ORDER by i.`position` |
177
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `sps_pm_advancedsearch_criterion_1` ac
JOIN `sps_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
176
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionClass.php:381<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:705<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:959<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2820
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
175
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2819 AND pa.`id_product` = 2819 AND pa.`id_product_attribute` = 23435 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 28665) 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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 27273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21253, 21254, 21255) AND il.`id_lang` = 1 ORDER by i.`position` |
172
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21253) 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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `sps_groupinc_configuration` gi WHERE gi.`id_shop` = 1
AND gi.`active` = 1 |
170
ms
|
29 |
|
|
/modules/groupinc/groupinc.php:1037
/modules/groupinc/groupinc.php:677<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_manufacturer` a
LEFT JOIN `sps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 9
LEFT JOIN `sps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 50) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/classes/Link.php:1235<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23497, 23498, 23499) AND il.`id_lang` = 1 ORDER by i.`position` |
170
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23498) 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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2577 AND pa.`id_product` = 2577 AND pa.`id_product_attribute` = 21247 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_whatsappchatblock_agent` LEFT JOIN `sps_whatsappchatblock_agent_lang` ON (`sps_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `sps_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `sps_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
168
ms
|
2 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:593<br>/modules/whatsappchat/whatsappchat.php:371<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3738 LIMIT 1 |
168
ms
|
2 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `sps_product` p LEFT JOIN `sps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN sps_product_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` = 2575 AND pa.`id_product` = 2575 AND pa.`id_product_attribute` = 21220 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5760<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country` a
LEFT JOIN `sps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `sps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2578 LIMIT 1 |
166
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
166
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `sps_group` g
LEFT JOIN `sps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC |
166
ms
|
5 |
|
|
/classes/Group.php:111
/modules/psaffiliate/classes/AffConf.php:38<br>/modules/psaffiliate/classes/AffConf.php:1004<br>/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:236<br>/modules/psaffiliate/classes/Tracking.php:121<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2818
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
165
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27271) LIMIT 1 |
165
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
164
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:371<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `sps_currency` c
LEFT JOIN sps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
162
ms
|
2 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3468<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3499<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:918<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3738 |
161
ms
|
4 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute_lang`
WHERE `id_attribute` = 3 |
161
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 23431 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2577 LIMIT 1 |
161
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `sps_pm_advancedsearch_criterion_group_1` acg
LEFT JOIN `sps_pm_advancedsearch_criterion_group_1_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 1 )
WHERE acg.`id_criterion_group` IN (1,8)
ORDER BY `position` |
161
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionGroupClass.php:259<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3081<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `sps_pm_advancedsearch_seo` s
JOIN `sps_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("dc2f976a08954560aa988764e8c40ff8")
AND s.`deleted`=0 |
160
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php:340<br>/modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php:65<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3316<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_lang` a
LEFT JOIN `sps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
159
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM sps_cart_product cp INNER JOIN sps_product p
ON (p.id_product = cp.id_product) INNER JOIN sps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
158
ms
|
3 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 27271 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 21213 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 98 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5620<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_currency` a
LEFT JOIN `sps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `sps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
155
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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23431) LIMIT 1 |
154
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<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 `sps_product` p
INNER JOIN `sps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sps_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` = 7508) |
154
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21219, 21220, 21221, 21222, 21223, 21224) AND il.`id_lang` = 1 ORDER by i.`position` |
153
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2818 LIMIT 1 |
153
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21247, 21248, 21249) AND il.`id_lang` = 1 ORDER by i.`position` |
153
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 47 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5620<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 21247 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23434, 23435, 23436) AND il.`id_lang` = 1 ORDER by i.`position` |
152
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2818 |
152
ms
|
8 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM sps_revslider_sliders |
152
ms
|
1 |
|
|
/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 3738 LIMIT 1 |
151
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2578
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
151
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 3394 LIMIT 1 |
151
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_manufacturer` a
LEFT JOIN `sps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `sps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 50) LIMIT 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/controllers/front/listing/ManufacturerController.php:54<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21213, 21214, 21215) AND il.`id_lang` = 1 ORDER by i.`position` |
150
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2578
AND image_shop.`cover` = 1 LIMIT 1 |
149
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23431, 23432, 23433) AND il.`id_lang` = 1 ORDER by i.`position` |
149
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `sps_pm_advancedsearch_seo` s
JOIN `sps_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("4d684321dac1ac245527464b053a5616")
AND s.`deleted`=0 |
149
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php:340<br>/modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php:65<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3316<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3725<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 96 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5620<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 10173) |
148
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `sps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
148
ms
|
2 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM `sps_whatsappchatblock` LEFT JOIN `sps_whatsappchatblock_lang` ON (`sps_whatsappchatblock`.`id_whatsappchatblock` = `sps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
147
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:370<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "shiptopay" LIMIT 1 |
147
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/redsys/redsys.php:117<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2820 LIMIT 1 |
147
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, c.id_ifb_criterion as id, cl.name, ct.type, ct.payment, ct.shipping
FROM `sps_ifb_criterion` c
INNER JOIN `sps_ifb_criterion_lang` `cl` ON cl.id_ifb_criterion = c.id_ifb_criterion AND cl.id_lang = 1
INNER JOIN `sps_ifb_criterion_type` `ct` ON ct.id_ifb_criterion = c.id_ifb_criterion
WHERE (c.default = 0) AND (c.deleted = 0) AND (ct.type = 1)
GROUP BY c.id_ifb_criterion |
146
ms
|
1 |
|
Yes
|
/modules/ifeedback/classes/CriterionClass.php:134
/modules/ifeedback/ifeedback.php:3748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23497, 23498, 23499) AND il.`id_lang` = 1 ORDER by i.`position` |
145
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2578 LIMIT 1 |
145
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `sps_pm_advancedsearch_criterion_1` ac
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)
WHERE ac.`id_criterion` = 62 LIMIT 1 |
143
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionClass.php:298<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3097<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2819 LIMIT 1 |
143
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_group` a
LEFT JOIN `sps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_manufacturer` a
LEFT JOIN `sps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 50) LIMIT 1 |
142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1179<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1223<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21247) LIMIT 1 |
142
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2575 LIMIT 1 |
141
ms
|
4 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country` a
LEFT JOIN `sps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/whatsappchat/classes/WhatsappChatBlock.php:157<br>/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2819
AND `required` = 1 AND `is_deleted` = 0 |
140
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 21220 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7508
AND image_shop.`cover` = 1 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country` a
LEFT JOIN `sps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:51<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2819
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
139
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27271, 27272, 27273) AND il.`id_lang` = 1 ORDER by i.`position` |
139
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2577 LIMIT 1 |
138
ms
|
4 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (28665, 28666) AND il.`id_lang` = 1 ORDER by i.`position` |
138
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2574 LIMIT 1 |
138
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE GROUP_CONCAT(`id_criterion_group`) AS `id_criterion_group_list`
FROM `sps_pm_advancedsearch_criterion_group_1`
WHERE `criterion_group_type` = "category" AND `only_children` = 1 LIMIT 1 |
138
ms
|
10 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1780<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1002<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3314<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2578
AND `required` = 1 AND `is_deleted` = 0 |
138
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2577 |
137
ms
|
6 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 23435 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `sps_product_attribute_image` pai
LEFT JOIN `sps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `sps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21253, 21254, 21255) AND il.`id_lang` = 1 ORDER by i.`position` |
137
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute` a
LEFT JOIN `sps_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 38) LIMIT 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `sps_group` g
LEFT JOIN `sps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC |
136
ms
|
5 |
|
|
/classes/Group.php:111
/modules/psaffiliate/classes/AffConf.php:38<br>/modules/psaffiliate/classes/AffConf.php:1004<br>/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:119<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `sps_product` p
INNER JOIN sps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2575
AND DATEDIFF("2026-08-19 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_ets_superspeed_cache_page`
WHERE 1 AND page="connection" AND id_object="9481152" |
135
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:284
/modules/ets_superspeed/ets_superspeed.php:977<br>/modules/ets_superspeed/ets_superspeed.php:963<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:627<br>/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2818 LIMIT 1 |
133
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_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:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `sps_pm_advancedsearch` ads
LEFT JOIN `sps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 1 )
WHERE ads.`id_search` IN (1)
ORDER BY ads.`position` |
132
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:285<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:275<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3394 |
132
ms
|
4 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2818
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
132
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 2578) |
132
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23435) LIMIT 1 |
131
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
UPDATE `sps_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 10037
AND `id_page` = 2723
AND `id_shop` = 1 |
131
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:114<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:553<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2819
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
130
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 21213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM sps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:27
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2575 LIMIT 1 |
128
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_aff_configuration`; |
128
ms
|
46 |
|
|
/modules/psaffiliate/classes/AffConf.php:955
/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:236<br>/modules/psaffiliate/classes/Tracking.php:121<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 28666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2818
AND `required` = 1 AND `is_deleted` = 0 |
127
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2578 |
126
ms
|
6 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2578) LIMIT 1 |
126
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2818 LIMIT 1 |
125
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `sps_product_attribute` pa
INNER JOIN sps_product_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` = 23498 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5626<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2578 LIMIT 1 |
125
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_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 = 2819 LIMIT 1 |
125
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `sps_image` i
INNER JOIN sps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2577
AND image_shop.`cover` = 1 LIMIT 1 |
124
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5605<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 3394
AND `required` = 1 AND `is_deleted` = 0 |
124
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2820 |
124
ms
|
4 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_product_attribute` a
LEFT JOIN `sps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21220) LIMIT 1 |
123
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:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2574 LIMIT 1 |
123
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2574 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 3394 LIMIT 1 |
123
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2820) LIMIT 1 |
122
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3394 LIMIT 1 |
122
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_pm_advancedsearch` a
LEFT JOIN `sps_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 1) LIMIT 1 |
122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/pm_advancedsearch4/classes/AdvancedSearchClass.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1927<br>/var/cache/prod/smarty/compile/warehousechild/69/a1/4c/69a14c1efbed518ce9f8e51d14027994ea40a302_2.file.pm_advancedsearch_js.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3735<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 2818) |
122
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute_lang`
WHERE `id_attribute` = 38 |
122
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `sps_pm_advancedsearch_criterion_1` ac
LEFT JOIN `sps_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)
WHERE ac.`id_criterion` = 1199 LIMIT 1 |
120
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionClass.php:298<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3097<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2575 |
120
ms
|
4 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 21253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2818) LIMIT 1 |
118
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 3738) LIMIT 1 |
118
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2819 |
118
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
117
ms
|
8 |
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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM sps_shop s
LEFT JOIN sps_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 |
117
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 2820 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `sps_lang` l
LEFT JOIN `sps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
116
ms
|
5 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2575 |
116
ms
|
6 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 2819) |
116
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2574 |
116
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute` a
LEFT JOIN `sps_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 43) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2577 LIMIT 1 |
115
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 21253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 2577) |
114
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE domain
FROM `sps_shop_url`
WHERE (main = 1) AND (active = 1)
AND id_shop IN (1) |
113
ms
|
1 |
|
|
/classes/shop/Shop.php:801
/config/config.inc.php:183<br>/index.php:27
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2819 |
112
ms
|
8 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 23498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 23432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM sps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Image.php:510
/classes/Image.php:524<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1269<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM sps_tag t
LEFT JOIN sps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2574 |
112
ms
|
4 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2578 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2820 LIMIT 1 |
111
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2574
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
111
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
110
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
110
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1 |
110
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_bannerlateralhorario_files` where `id_store`=1 and `id_lang`=1 LIMIT 1 |
109
ms
|
1 |
|
|
/modules/bannerlateralhorario/bannerlateralhorario.php:796
/modules/bannerlateralhorario/bannerlateralhorario.php:130<br>/modules/bannerlateralhorario/bannerlateralhorario.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
108
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c1/43/4d/c1434d078fbd19fef5ec8f9cbbc50f67b12356b9_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute` a
LEFT JOIN `sps_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 2) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 3738) |
108
ms
|
1 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `sps_hook_alias` |
107
ms
|
83 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 3738
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
107
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 23431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 23498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 28665) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country_lang`
WHERE `id_country` = 21 |
106
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/whatsappchat/classes/WhatsappChatBlock.php:157<br>/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2577
AND `required` = 1 AND `is_deleted` = 0 |
106
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 23431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2575 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `sps_hook`
WHERE `id_hook` = 905 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 28665) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 27271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 27271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_customer_group`
WHERE (id_customer = 15243) |
105
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:1106
/modules/onepagecheckoutps/onepagecheckoutps.php:209<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 259 AND `id_shop` = 1 LIMIT 1 |
104
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 3738 |
104
ms
|
2 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2574) LIMIT 1 |
103
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 21213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2820 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
103
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2819 LIMIT 1 |
103
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 3394) LIMIT 1 |
103
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country` a
LEFT JOIN `sps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `sps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:374<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2574 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM sps_bannerlateralhorario WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
102
ms
|
1 |
|
|
/modules/bannerlateralhorario/bannerlateralhorario.php:775
/modules/bannerlateralhorario/bannerlateralhorario.php:158<br>/modules/bannerlateralhorario/bannerlateralhorario.php:122<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 2820) |
101
ms
|
1 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2819) LIMIT 1 |
101
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `sps_hook_alias` |
100
ms
|
83 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2818 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM sps_product_attribute pa
INNER JOIN sps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2575 LIMIT 1 |
100
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2577 |
100
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 3738 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 397 AND ctg.`id_group` = 1 LIMIT 1 |
100
ms
|
2 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "pm_advancedsearch4" LIMIT 1 |
99
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 21255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2820
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
99
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM sps_cart_product cp INNER JOIN sps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN sps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
99
ms
|
3 |
|
|
/classes/Cart.php:4235
/classes/Cart.php:4196<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:71<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "marketplace" LIMIT 1 |
99
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/wkcombinationcustomize/wkcombinationcustomize.php:25<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 27272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `sps_pm_advancedsearch_category` WHERE id_search=1 |
98
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:140<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_manufacturer_lang`
WHERE `id_manufacturer` = 50 |
98
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1179<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1223<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqitsearch" LIMIT 1 |
97
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 3738 |
97
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 7508
AND `required` = 1 AND `is_deleted` = 0 |
96
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2818 AND id_shop=1 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "iqitelementor" LIMIT 1 |
96
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute` a
LEFT JOIN `sps_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 1) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 100 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5620<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 100 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_customer
FROM `sps_customer`
WHERE (email = "noreply@sps-sport.com.test") LIMIT 1 |
96
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:1073
/modules/onepagecheckoutps/onepagecheckoutps.php:209<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `sps_hook`
WHERE `id_hook` = 904 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `sps_pm_advancedsearch_criterion_group_1`
WHERE `id_criterion_group` = 8 LIMIT 1 |
95
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1795<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1803<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2999<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `sps_customization_field`
WHERE `id_product` = 2575
AND `required` = 1 AND `is_deleted` = 0 |
95
ms
|
1 |
|
|
/classes/Product.php:6503
/classes/Product.php:5786<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 21248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * from sps_paytpv_terminal where id_shop=1 order by id LIMIT 1 |
94
ms
|
1 |
|
|
/modules/paytpv/classes/PaytpvTerminal.php:41
/modules/paytpv/paytpv.php:255<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
93
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 263 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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/fd/c2/5a/fdc25acc91bf49ce2d1bd6ab637cfc42e4aaec31_2.file.footer-1.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/27/5a/0c275adaa1a51c6837a5d04bfd80c630815580b8_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:519<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 253 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/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2820 AND id_shop=1 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2578 AND id_shop=1 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 268 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>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2819 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_pm_advancedsearch_lang`
WHERE `id_search` = 1 |
92
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/pm_advancedsearch4/classes/AdvancedSearchClass.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1927<br>/var/cache/prod/smarty/compile/warehousechild/69/a1/4c/69a14c1efbed518ce9f8e51d14027994ea40a302_2.file.pm_advancedsearch_js.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3735<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 23497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 7508 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 23435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_currency` a
LEFT JOIN `sps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `sps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
91
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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 0 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 283 AND `id_shop` = 1 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, c.id_ifb_criterion as id, cl.name, ct.type, ct.payment, ct.shipping
FROM `sps_ifb_criterion` c
INNER JOIN `sps_ifb_criterion_lang` `cl` ON cl.id_ifb_criterion = c.id_ifb_criterion AND cl.id_lang = 1
INNER JOIN `sps_ifb_criterion_type` `ct` ON ct.id_ifb_criterion = c.id_ifb_criterion
WHERE (c.default = 0) AND (c.deleted = 0) AND (ct.type = 2)
GROUP BY c.id_ifb_criterion |
90
ms
|
1 |
|
Yes
|
/modules/ifeedback/classes/CriterionClass.php:134
/modules/ifeedback/ifeedback.php:3749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2575
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
90
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2820 |
90
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `sps_pm_advancedsearch_products_cat` WHERE id_search=1 |
89
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:141<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `sps_pm_advancedsearch_manufacturers` WHERE id_search=1 |
89
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:144<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 3394 AND id_shop=1 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2577 AND id_shop=1 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2578 |
88
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6f/18/03/6f1803d17c614ed4a3fa72f50dbdbdbac0888285_2.file.header-2.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/d5/61/e9/d561e9ecdd9e6c11fd4933c58abe8e60af00c334_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:283<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `sps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
88
ms
|
5 |
|
|
/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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_cms FROM `sps_pm_advancedsearch_cms` WHERE id_search=1 |
88
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:142<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 265 AND `id_shop` = 1 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c1/43/4d/c1434d078fbd19fef5ec8f9cbbc50f67b12356b9_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 3394 |
87
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE `from` BETWEEN '2026-08-19 00:00:00' AND '2026-08-19 23:59:59' LIMIT 1 |
87
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2818 AND `id_group` = 1 LIMIT 1 |
87
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_country_lang`
WHERE `id_country` = 6 |
87
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:51<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 7508 AND ctg.`id_group` = 1 LIMIT 1 |
86
ms
|
2 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 2577
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
86
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 3394 |
86
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 2577 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE page FROM `sps_pm_advancedsearch_special_pages` WHERE id_search=1 |
86
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:146<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 23499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 3738 AND id_shop=1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "creativeelements" LIMIT 1 |
85
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/onepagecheckoutps/classes/OPCCore.php:602<br>/modules/onepagecheckoutps/onepagecheckoutps.php:138<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2574 AND id_shop=1 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/tax/Tax.php:270<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1424<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 23435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `sps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2578 AND `id_group` = 1 LIMIT 1 |
84
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `sps_tax_rule` tr
JOIN `sps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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 |
84
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3920<br>/classes/Product.php:3684<br>/classes/Product.php:5675<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
84
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product FROM `sps_pm_advancedsearch_products` WHERE id_search=1 |
84
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:145<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `sps_pm_advancedsearch_criterion_group_1`
WHERE `id_criterion_group` = 1 LIMIT 1 |
83
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:50
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:74<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1795<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1803<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2999<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `sps_pack` WHERE id_product_pack = 3394 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4275<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_image_type` |
83
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/ambjolisearch/ambjolisearch.php:2165<br>/modules/ambjolisearch/ambjolisearch.php:1746<br>/modules/ambjolisearch/ambjolisearch.php:180<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2577 |
83
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `sps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4283<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
83
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1951<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `sps_hook`
WHERE `id_hook` = 14 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 21249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, c.id_ifb_criterion as id, cl.name, ct.type, ct.payment, ct.shipping
FROM `sps_ifb_criterion` c
INNER JOIN `sps_ifb_criterion_lang` `cl` ON cl.id_ifb_criterion = c.id_ifb_criterion AND cl.id_lang = 1
INNER JOIN `sps_ifb_criterion_type` `ct` ON ct.id_ifb_criterion = c.id_ifb_criterion
WHERE (c.default = 0) AND (c.deleted = 0) AND (ct.type = 3)
GROUP BY c.id_ifb_criterion |
82
ms
|
1 |
|
Yes
|
/modules/ifeedback/classes/CriterionClass.php:134
/modules/ifeedback/ifeedback.php:3750<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `sps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
82
ms
|
5 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `sps_country`
WHERE `id_country` = 21 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Country.php:223
/modules/whatsappchat/classes/WhatsappChatBlock.php:162<br>/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_supplier FROM `sps_pm_advancedsearch_suppliers` WHERE id_search=1 |
82
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:143<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3710<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3940<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:87<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ifeedback" LIMIT 1 |
82
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ifeedback/classes/IfeedbackCore.php:287<br>/modules/ifeedback/classes/IfeedbackCore.php:36<br>/modules/ifeedback/ifeedback.php:237<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute_lang`
WHERE `id_attribute` = 43 |
82
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 3394
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
82
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 23434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value
FROM `sps_dynamicproduct_config`
WHERE (id_product = 7508) |
81
ms
|
18 |
|
|
/modules/dynamicproduct/classes/models/DynamicConfig.php:132
/modules/dynamicproduct/classes/models/DynamicConfig.php:95<br>/modules/dynamicproduct/classes/models/DynamicConfig.php:102<br>/override/classes/Product.php:47<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 8135 AND ctg.`id_group` = 1 LIMIT 1 |
81
ms
|
2 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2574 |
80
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 7512 AND ctg.`id_group` = 1 LIMIT 1 |
80
ms
|
4 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2578 |
80
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 23433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2577) LIMIT 1 |
80
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 21247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5756<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute_lang`
WHERE `id_attribute` = 2 |
79
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 3738) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2820 AND `id_group` = 1 LIMIT 1 |
79
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
79
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_aff_configuration`; |
79
ms
|
46 |
|
|
/modules/psaffiliate/classes/AffConf.php:955
/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:119<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 3738 AND `id_group` = 1 LIMIT 1 |
78
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2818 |
78
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 21247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5809<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 2116 AND ctg.`id_group` = 1 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_module_shop` m
WHERE (m.id_module = 288) AND (m.enable_device & 1) AND (m.id_shop = 1) |
77
ms
|
1 |
|
|
/modules/onepagecheckoutps/classes/OPCCore.php:617
/override/classes/AddressFormat.php:36<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2578) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `sps_manufacturer`
WHERE `id_manufacturer` = 50
AND `active` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:729<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `sps_category_product` cp
INNER JOIN `sps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 6986 AND ctg.`id_group` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Product.php:6624
/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1179<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 7508) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4278<br>/classes/Product.php:5746<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute` a
LEFT JOIN `sps_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 3) LIMIT 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2820 |
77
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/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/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `sps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Country.php:193
/classes/controller/FrontController.php:369<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
76
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/codfee/codfee.php:308<br>/modules/codfee/codfee.php:300<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 7508) LIMIT 1 |
76
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ps_banner" LIMIT 1 |
76
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:71<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 3394) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `sps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/override/classes/AddressFormat.php:34<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1979<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_group_lang`
WHERE `id_group` = 1 |
73
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 7508 AND id_shop=1 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2577 AND `id_group` = 1 LIMIT 1 |
73
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `sps_pm_advancedsearch_category` WHERE id_search=1 |
73
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:140<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_state` a
WHERE (a.`id_state` = 344) LIMIT 1 |
72
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:51<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2575 AND id_shop=1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/tax/Tax.php:270<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1382<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5620<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_source
FROM `sps_dynamicproduct_product_config_link`
WHERE (id_product = 2575) LIMIT 1 |
71
ms
|
152 |
|
|
/modules/dynamicproduct/classes/models/DynamicProductConfigLink.php:76
/modules/dynamicproduct/classes/models/DynamicConfig.php:100<br>/override/classes/Product.php:47<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 7508 |
71
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:200<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
71
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/onepagecheckoutps/classes/OPCCore.php:602<br>/override/classes/AddressFormat.php:36<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_attribute_lang`
WHERE `id_attribute` = 1 |
70
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/productlistpics/productlistpics.php:742<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2819 |
70
ms
|
3 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `sps_product_attribute`
WHERE `id_product` = 2575 |
70
ms
|
6 |
|
|
/classes/Product.php:2879
/modules/productlistpics/productlistpics.php:725<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2574 AND `id_group` = 1 LIMIT 1 |
70
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1280<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1447<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `sps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
70
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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `sps_country`
WHERE `id_country` = 6 LIMIT 1 |
69
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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 23436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `sps_manufacturer_shop`
WHERE `id_manufacturer` = 50
AND id_shop = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/listing/ManufacturerController.php:56<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `sps_product_shop`
WHERE `id_product` = 2819 AND id_shop=1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Product.php:6760
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2004<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_currency` a
LEFT JOIN `sps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
67
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/controller/FrontController.php:378<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2004<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1987<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `sps_country`
WHERE `id_country` = 6 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/override/classes/AddressFormat.php:34<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE id_product = 7508 LIMIT 1 |
66
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_aff_configuration_lang`; |
65
ms
|
3 |
|
|
/modules/psaffiliate/classes/AffConf.php:958
/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:119<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sps_specific_price_priority`
WHERE `id_product` = 7508
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
64
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2575 AND `id_group` = 1 LIMIT 1 |
64
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1280<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:1408<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3148<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3753<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
64
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:366<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "labblocksearch" LIMIT 1 |
64
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1987<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
63
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM sps_required_field |
62
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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 21222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2801<br>/modules/productlistpics/productlistpics.php:727<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "dynamicproduct" LIMIT 1 |
62
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Product.php:38<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 3394 AND `id_group` = 1 LIMIT 1 |
62
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:69<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "blockbanner" LIMIT 1 |
61
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:71<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1993<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `sps_specific_price` WHERE `to` BETWEEN '2026-08-19 00:00:00' AND '2026-08-19 23:59:59' LIMIT 1 |
59
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "amazonpay" LIMIT 1 |
59
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/onepagecheckoutps/classes/OPCCore.php:602<br>/modules/onepagecheckoutps/onepagecheckoutps.php:235<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:47<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `sps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:730<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `sps_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7771<br>/classes/Product.php:747<br>/modules/productlistpics/productlistpics.php:724<br>/modules/productlistpics/productlistpics.php:714<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:357<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/cf/73/20cf73cff3add5ad8e402fdc9d8cd7012ceb48c3_2.file.product.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/6a/41/556a41f5b89ab9a34f3bfa7e97ef4c2f955b2017_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:249<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/61/19/24/61192454067cf708b76131892d0c99119eb369a6_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/74/3e/df/743edf24509a0e0d26ed78e5721289af4f6db480_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/10/52/e2/1052e2a84e8ada1c948aab20e7a20e4b3237e0bf_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2015<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 2819 AND `id_group` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/Product.php:5873<br>/classes/Manufacturer.php:506<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71<br>/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:85<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/ManufacturerController.php:88<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "labsearch" LIMIT 1 |
58
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1993<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_ifb_criterion
FROM `sps_ifb_criterion` c
WHERE (c.default = 1) LIMIT 1 |
58
ms
|
0 |
|
|
/modules/ifeedback/classes/CriterionClass.php:105
/modules/ifeedback/ifeedback.php:269<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
58
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2015<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM sps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Product.php:5621
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `sps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
57
ms
|
5 |
|
|
/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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2032<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2046<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2032<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
56
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2039<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "bonsearch" LIMIT 1 |
56
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2039<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `sps_aff_configuration_lang`; |
56
ms
|
3 |
|
|
/modules/psaffiliate/classes/AffConf.php:958
/modules/psaffiliate/classes/AffConf.php:1022<br>/modules/psaffiliate/classes/Tracking.php:236<br>/modules/psaffiliate/classes/Tracking.php:121<br>/modules/psaffiliate/psaffiliate.php:1051<br>/modules/psaffiliate/psaffiliate.php:325<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
56
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2062<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
56
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2046<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_currency_lang`
WHERE `id_currency` = 1 |
56
ms
|
5 |
|
|
/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/controller/FrontController.php:378<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "spsearchpro" LIMIT 1 |
55
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2062<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `sps_pm_advancedsearch_products_cat` WHERE id_search=1 |
55
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:141<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
55
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1951<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
55
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `sps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
55
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:69<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 214 AND `id_shop` = 1 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:38<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `sps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
53
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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_module_shop` m
WHERE (m.id_module = 288) AND (m.enable_device & 1) AND (m.id_shop = 1) |
53
ms
|
1 |
|
|
/modules/onepagecheckoutps/classes/OPCCore.php:617
/modules/onepagecheckoutps/onepagecheckoutps.php:4479<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
53
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:366<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_tax` a
WHERE (a.`id_tax` = 31) LIMIT 1 |
53
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `sps_pm_advancedsearch_manufacturers` WHERE id_search=1 |
51
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:144<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_cms FROM `sps_pm_advancedsearch_cms` WHERE id_search=1 |
51
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:142<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_supplier FROM `sps_pm_advancedsearch_suppliers` WHERE id_search=1 |
50
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:143<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE page FROM `sps_pm_advancedsearch_special_pages` WHERE id_search=1 |
50
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:146<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `sps_tax_lang`
WHERE `id_tax` = 31 |
50
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product FROM `sps_pm_advancedsearch_products` WHERE id_search=1 |
49
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:145<br>/modules/pm_advancedsearch4/classes/As4SearchEngine.php:202<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3742<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:3844<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `sps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
46
ms
|
5 |
|
|
/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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_product_group_reduction_cache`
WHERE `id_product` = 7508 AND `id_group` = 1 LIMIT 1 |
45
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3958<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `sps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
45
ms
|
5 |
|
|
/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/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
44
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1970<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
44
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1959<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "tmsearch" LIMIT 1 |
43
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1970<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
43
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:1959<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `sps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
42
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/ManufacturerController.php:64<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
42
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/codfee/codfee.php:308<br>/modules/codfee/codfee.php:300<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `sps_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
42
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:1979<br>/modules/ambjolisearch/ambjolisearch.php:379<br>/modules/ambjolisearch/ambjolisearch.php:357<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `sps_group`
WHERE `id_group` = 1 LIMIT 1 |
35
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3962<br>/classes/Product.php:3684<br>/classes/Product.php:5639<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:193<br>:undefined<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:222<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:856<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1235<br>/modules/pm_crosssellingoncart/pm_crosssellingoncart.php:1120<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>/override/classes/controller/FrontController.php:37<br>/controllers/front/listing/ManufacturerController.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:20<br>/index.php:28
|