| 700 |
SELECT SQL_NO_CACHE p.`id_product`
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_manufacturer = 2650 AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS (
SELECT 1
FROM `xj8_category_group` cg
LEFT JOIN `xj8_category_product` cp ON (cp.`id_category` = cg.`id_category`) INNER JOIN `xj8_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
) |
28.694
ms
|
5529480 |
|
|
/classes/Manufacturer.php:430
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:88 (getProductsOrCount)
/override/classes/controller/ProductListingFrontController.php:361 (runQuery)
/override/classes/controller/ProductListingFrontController.php:659 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
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-05-06 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `xj8_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 `xj8_product_lang` pl
ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `xj8_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 `xj8_image_lang` il
ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `xj8_manufacturer` m
ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN xj8_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )JOIN `xj8_category_product` cp ON (p.id_product = cp.id_product)JOIN `xj8_category_group` cg ON (cp.`id_category` = cg.`id_category` AND cg.`id_group` =1)JOIN `xj8_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_manufacturer` = 2650
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY p.id_product
ORDER BY pl.`name` ASC
LIMIT 0,18 |
12.544
ms
|
46860 |
Yes
|
Yes
|
/classes/Manufacturer.php:499
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
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-05-06 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `xj8_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 `xj8_product_lang` pl
ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `xj8_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 `xj8_image_lang` il
ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `xj8_manufacturer` m
ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN xj8_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )JOIN `xj8_category_product` cp ON (p.id_product = cp.id_product)JOIN `xj8_category_group` cg ON (cp.`id_category` = cg.`id_category` AND cg.`id_group` =1)JOIN `xj8_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_manufacturer` = 2650
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY p.id_product
ORDER BY pl.`name` asc
LIMIT 972,18 |
11.190
ms
|
46860 |
Yes
|
Yes
|
/classes/Manufacturer.php:499
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/override/classes/controller/ProductListingFrontController.php:361 (runQuery)
/override/classes/controller/ProductListingFrontController.php:659 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
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-05-06 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `xj8_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 `xj8_product_lang` pl
ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `xj8_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 `xj8_image_lang` il
ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `xj8_manufacturer` m
ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN xj8_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )JOIN `xj8_category_product` cp ON (p.id_product = cp.id_product)JOIN `xj8_category_group` cg ON (cp.`id_category` = cg.`id_category` AND cg.`id_group` =1)JOIN `xj8_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_manufacturer` = 2650
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY p.id_product
ORDER BY pl.`name` ASC
LIMIT 0,18 |
10.802
ms
|
46860 |
Yes
|
Yes
|
/classes/Manufacturer.php:499
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:127 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
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 `xj8_configuration` c
LEFT JOIN `xj8_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.519
ms
|
7480 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 844 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (63500,63501)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (63500,63501)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 40
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
4.650
ms
|
44 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 813 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (33376,33377,33383,33386,33388,33390,33391,33392,33393,33394,33395,33396,33397,33399,33400,33401,33402,33403,33404,33405,33407,33408,33409,33410,33411,33412,33413,33414,33415,33416,33417,33419,33420,33421,33422,33423,33424,33425,33426,33428,33429,33430,33431,33432,33433,33434,33435,33436,33437,33438,33439,33440,33441,33442,33443,33444,33445,33446,33447,33448,33449,33450,33451,33452,33454,33456,33457,33458,33459,33461,33464,33465,33467,33468,33469,33470,33472,33473,33476,33477,33478,33479,33480,33481,33482,33483,33484,33485,33486,33487,33488,33491,33492,33493,33494,33495,33497,33498,33499,33500,33501,33502,33503,33504,33505,33506,33508,33509,33510,33511,33512,33513,33514,33515,33516,33517,33518,33519,33520,33521,33523,33525,33527,33528,33530,33531,33532,33533,33534,33535,33536,33537,33538,33539,33540,33541,33542,33543,33544,33545,33546,33548,33549,33550,33551,33552,33553,33554,33555,33556,33557,33558,33559,33560,33561,33562,33563,33564,33565,33566,33567,33568,33570,33571,33572,33573,33575,33577,33580,33581,33582,33583,33584,33585,33586,33587,33588,33589,33590,33592,33593,33594,33595,33596,33597,33598,33600,33601,33602,33603,33604,33605,33606,33607,33609,33610,33611,33612,33613,33615,33616,33617,33619,33620,33621,33622,33623,33624,33625,33627,33628,33629,33630,33631,33632,33634,33635,33636,33637,33638,33640,33641,33642,33643,33644,33645,33647,33648,33649,33652,33653,33654,33655,33656,33658,33660,33662,33663,33664,33666,33667,33668,33669,33672,33673,33674,33676,33680,33681,33683,33684,33685,33686,33687,33688,33692,33693,33694,33699,33700,33704,33707,33714,33715,33720,33721,35602,35624,36002,36123,36230,36401,36720,36833,37154,37223,37290,37327,37455,37499,37611,37767,37804,37869,37896,37917,38040,38061,38145,38267,38335,38350,38378,38386,38424,38427,38460,38518,38555,38566,38573,38593,38598,38600,38618,38626,38627,38628,38634,38635,38636,38638,38640,38642,38643,38644,38645,42161,42162,59556,59557,59558,59559,59560,59561,59562,59563,59564,59565,59566,59567,59568,59569,59570,59571,59572,59573,59574,59575,59576,59577,59578,59579,59580,59581,59582,59583,59584,59585,59586,59587,59588,59589,59590,59591,59592,59593,59594,59595,59596,59597,59598,59599,59600,59601,59602,59603,59604,59605,59606,59607,59608,59609,59610,59611,59612,59613,59614,59615,59616,59617,59618,59619,59620,59621,60358,60508,60509,60510,60546,60547,60624,60631,60801,60818,60863,60906,60907,60908,60909,60917,60918,60919,60920,60921,60922,60923,60924,60925,60926,61109,61110,62013,62014,62015,62016,62017,62026,62028,62029,62030,62034,62035,62036,62050,62051,62052)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (33376,33377,33383,33386,33388,33390,33391,33392,33393,33394,33395,33396,33397,33399,33400,33401,33402,33403,33404,33405,33407,33408,33409,33410,33411,33412,33413,33414,33415,33416,33417,33419,33420,33421,33422,33423,33424,33425,33426,33428,33429,33430,33431,33432,33433,33434,33435,33436,33437,33438,33439,33440,33441,33442,33443,33444,33445,33446,33447,33448,33449,33450,33451,33452,33454,33456,33457,33458,33459,33461,33464,33465,33467,33468,33469,33470,33472,33473,33476,33477,33478,33479,33480,33481,33482,33483,33484,33485,33486,33487,33488,33491,33492,33493,33494,33495,33497,33498,33499,33500,33501,33502,33503,33504,33505,33506,33508,33509,33510,33511,33512,33513,33514,33515,33516,33517,33518,33519,33520,33521,33523,33525,33527,33528,33530,33531,33532,33533,33534,33535,33536,33537,33538,33539,33540,33541,33542,33543,33544,33545,33546,33548,33549,33550,33551,33552,33553,33554,33555,33556,33557,33558,33559,33560,33561,33562,33563,33564,33565,33566,33567,33568,33570,33571,33572,33573,33575,33577,33580,33581,33582,33583,33584,33585,33586,33587,33588,33589,33590,33592,33593,33594,33595,33596,33597,33598,33600,33601,33602,33603,33604,33605,33606,33607,33609,33610,33611,33612,33613,33615,33616,33617,33619,33620,33621,33622,33623,33624,33625,33627,33628,33629,33630,33631,33632,33634,33635,33636,33637,33638,33640,33641,33642,33643,33644,33645,33647,33648,33649,33652,33653,33654,33655,33656,33658,33660,33662,33663,33664,33666,33667,33668,33669,33672,33673,33674,33676,33680,33681,33683,33684,33685,33686,33687,33688,33692,33693,33694,33699,33700,33704,33707,33714,33715,33720,33721,35602,35624,36002,36123,36230,36401,36720,36833,37154,37223,37290,37327,37455,37499,37611,37767,37804,37869,37896,37917,38040,38061,38145,38267,38335,38350,38378,38386,38424,38427,38460,38518,38555,38566,38573,38593,38598,38600,38618,38626,38627,38628,38634,38635,38636,38638,38640,38642,38643,38644,38645,42161,42162,59556,59557,59558,59559,59560,59561,59562,59563,59564,59565,59566,59567,59568,59569,59570,59571,59572,59573,59574,59575,59576,59577,59578,59579,59580,59581,59582,59583,59584,59585,59586,59587,59588,59589,59590,59591,59592,59593,59594,59595,59596,59597,59598,59599,59600,59601,59602,59603,59604,59605,59606,59607,59608,59609,59610,59611,59612,59613,59614,59615,59616,59617,59618,59619,59620,59621,60358,60508,60509,60510,60546,60547,60624,60631,60801,60818,60863,60906,60907,60908,60909,60917,60918,60919,60920,60921,60922,60923,60924,60925,60926,61109,61110,62013,62014,62015,62016,62017,62026,62028,62029,62030,62034,62035,62036,62050,62051,62052)
)
LEFT JOIN `xj8_category_group` cg ON ( cg.`id_category` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND cg.`id_group` = 1
AND ac.`id_criterion_group` = 23
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
3.503
ms
|
124 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `xj8_module` m
INNER JOIN xj8_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 `xj8_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `xj8_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `xj8_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` |
2.283
ms
|
315 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 176 |
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 `xj8_hook_module` hm
STRAIGHT_JOIN `xj8_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `xj8_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.942
ms
|
961 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 23
AND ac.`visible` = 1 LIMIT 1 |
1.734
ms
|
622 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 816 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (59409,59410,59411,59412,59413,59415,59416,59417,59418,59419,59420,59421,59422,59423,59424,59425,59426,59427,59428,59429,61163,61164,61165,61166,61167,61168,61169,63502,63503,63504,63505,63506,63507)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (59409,59410,59411,59412,59413,59415,59416,59417,59418,59419,59420,59421,59422,59423,59424,59425,59426,59427,59428,59429,61163,61164,61165,61166,61167,61168,61169,63502,63503,63504,63505,63506,63507)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 33
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `value` ASC |
1.613
ms
|
124 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE FLOOR(MIN(acl.`decimal_value`)) AS `min`, CEIL(MAX(acl.`decimal_value`)) AS `max`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (ac.`id_criterion` = acpc.`id_criterion`)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON ( acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1) WHERE ac.`id_criterion_group` = 28 AND ac.`visible`=1 LIMIT 1 |
1.610
ms
|
124 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1581 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2741 (getCriterionsRange)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 23
AND ac.`visible` = 1 LIMIT 1 |
1.580
ms
|
622 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 848 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (63508,63509,63510,63511,63512,63513,63514,63515,63516,63517,63518,63519,63520,63521,63522,63523,63524,63525,63526,63527,63528,63529,63530,63531,63532,63533,63534,63535,63536,63537,63538,63539,63540,63541,63542,63543,63544,63545,63546,63547,63548,63549,63550,63551,63552,63553,63554,63555,63556,63557,63558,63559,63560,63561,63562,63563,63564,63565,63566,63567,63568,63569,63570,63571,63572,63573,63574,63575,63576,63577)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (63508,63509,63510,63511,63512,63513,63514,63515,63516,63517,63518,63519,63520,63521,63522,63523,63524,63525,63526,63527,63528,63529,63530,63531,63532,63533,63534,63535,63536,63537,63538,63539,63540,63541,63542,63543,63544,63545,63546,63547,63548,63549,63550,63551,63552,63553,63554,63555,63556,63557,63558,63559,63560,63561,63562,63563,63564,63565,63566,63567,63568,63569,63570,63571,63572,63573,63574,63575,63576,63577)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 41
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.534
ms
|
124 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 17
AND ac.`visible` = 1 LIMIT 1 |
1.429
ms
|
353 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `xj8_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `xj8_hook_alias` ha
INNER JOIN `xj8_hook` h ON ha.name = h.name |
1.382
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 851 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (63578,63579,63580,63581,63582,63583,63584,63585,63586,63587,63588,63589,63590,63591,63592,63593,63594,63595,63596,63597)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (63578,63579,63580,63581,63582,63583,63584,63585,63586,63587,63588,63589,63590,63591,63592,63593,63594,63595,63596,63597)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 42
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.318
ms
|
124 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 17
AND ac.`visible` = 1 LIMIT 1 |
1.212
ms
|
353 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 820 |
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 `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (17675,17676,17677,17678,17683,17695,17696,17709,17714,17723,17730,17737,17738,17741,17743,17744,17748,17760,17763,17769,17770,17773,17779,17785,17786,17788,17793,17803,17820,17822,17825,17829,17838,17839,17850,17851,17852,17857,17859,17871,17874,17878,17880,17883,17885,17889,17891,17894,17895,17897,17899,17900,17902,17903,17904,17906,17907,17909,17912,17922,17923,17944,17948,17953,17960,17962,17968,17970,17972,17973,17977,17981,17985,17989,17993,18014,18016,18017,18020,18028,18032,18034,18035,18039,18047,18050,18053,18081,18090,18096,18100,18102,18104,18112,18115,18117,18118,18126,18127,18128,18130,18144,18154,18160,18164,18171,18176,18199,18210,18215,18218,18223,18229,18230,18233,18234,18242,18247,18249,18251,18252,18257,18259,18261,18273,18275,18276,18279,18280,18281,18282,18284,18287,18293,18295,18296,18297,18298,18299,18311,18321,18325,18329,18344,18346,18348,18355,18358,18370,18371,18380,18388,18390,18396,18399,18405,18408,18409,18410,18413,18416,18424,18429,18432,18433,18440,18463,18464,18469,18477,18484,18488,18491,18500,18520,18526,18530,18538,18560,18576,18578,18587,18588,18597,18605,18608,18611,18619,18620,18623,18624,18644,18648,18654,18655,18660,18665,18667,18677,18678,18687,18698,18716,18719,18723,18730,18737,18742,18745,18748,18750,18758,18771,18773,18774,18779,18781,18782,18793,18803,18804,18809,18815,18828,18832,18835,18849,18854,18859,18866,18877,18878,26963,26964,26985,26989,42219,44666,45316,59625,59627,59629,59631,59635,59641,59645,59658,59659,59676,59697,59712,59717,59721,59722,59723,59724,59735,59738,59748,59751,59761,59762,59763,59775,59781,59784,59790,59799,59802,59823,59826,59828,59831,60139,60140,60141,60149,60150,60151,60154,60158,60168,60174,60178,60179,60181,60188,60190,60192,60193,60195,60197,60198,60208,60210,60222,60226,60228,60230,60451,60453,60455,60457,60458,60460,60461,60462,60465,60466,60468,60469,60470,60472,60474,60511,60564,60565,60566,60567,60568,60569,60579,60580,60581,60582,60583,60595,60600,60601,60602,60632,60633,60634,60635,60636,60637,60638,60639,60640,60641,60658,60659,60660,60661,60662,60671,60720,60737,60796,60855,60872,60877,60927,60928,60944,61049,61101,61117,61118,61119,61120,61121,61141,61212,61213,61214,61215,61216,61224,61230,61955,61973,61979,61980,61991,62058)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (17675,17676,17677,17678,17683,17695,17696,17709,17714,17723,17730,17737,17738,17741,17743,17744,17748,17760,17763,17769,17770,17773,17779,17785,17786,17788,17793,17803,17820,17822,17825,17829,17838,17839,17850,17851,17852,17857,17859,17871,17874,17878,17880,17883,17885,17889,17891,17894,17895,17897,17899,17900,17902,17903,17904,17906,17907,17909,17912,17922,17923,17944,17948,17953,17960,17962,17968,17970,17972,17973,17977,17981,17985,17989,17993,18014,18016,18017,18020,18028,18032,18034,18035,18039,18047,18050,18053,18081,18090,18096,18100,18102,18104,18112,18115,18117,18118,18126,18127,18128,18130,18144,18154,18160,18164,18171,18176,18199,18210,18215,18218,18223,18229,18230,18233,18234,18242,18247,18249,18251,18252,18257,18259,18261,18273,18275,18276,18279,18280,18281,18282,18284,18287,18293,18295,18296,18297,18298,18299,18311,18321,18325,18329,18344,18346,18348,18355,18358,18370,18371,18380,18388,18390,18396,18399,18405,18408,18409,18410,18413,18416,18424,18429,18432,18433,18440,18463,18464,18469,18477,18484,18488,18491,18500,18520,18526,18530,18538,18560,18576,18578,18587,18588,18597,18605,18608,18611,18619,18620,18623,18624,18644,18648,18654,18655,18660,18665,18667,18677,18678,18687,18698,18716,18719,18723,18730,18737,18742,18745,18748,18750,18758,18771,18773,18774,18779,18781,18782,18793,18803,18804,18809,18815,18828,18832,18835,18849,18854,18859,18866,18877,18878,26963,26964,26985,26989,42219,44666,45316,59625,59627,59629,59631,59635,59641,59645,59658,59659,59676,59697,59712,59717,59721,59722,59723,59724,59735,59738,59748,59751,59761,59762,59763,59775,59781,59784,59790,59799,59802,59823,59826,59828,59831,60139,60140,60141,60149,60150,60151,60154,60158,60168,60174,60178,60179,60181,60188,60190,60192,60193,60195,60197,60198,60208,60210,60222,60226,60228,60230,60451,60453,60455,60457,60458,60460,60461,60462,60465,60466,60468,60469,60470,60472,60474,60511,60564,60565,60566,60567,60568,60569,60579,60580,60581,60582,60583,60595,60600,60601,60602,60632,60633,60634,60635,60636,60637,60638,60639,60640,60641,60658,60659,60660,60661,60662,60671,60720,60737,60796,60855,60872,60877,60927,60928,60944,61049,61101,61117,61118,61119,61120,61121,61141,61212,61213,61214,61215,61216,61224,61230,61955,61973,61979,61980,61991,62058)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (ac.`id_criterion` IN (18287))
AND ac.`id_criterion_group` = 17
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `value` ASC |
1.192
ms
|
31 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 828 |
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-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= app.`to`), 1, 0) + IF (app.`id_shop` = 1, 2, 0) + IF (app.`id_country` = 8, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_group` = 1, 16, 0)) AS `score`
FROM `xj8_pm_advancedsearch_product_price_1` app
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
LEFT JOIN `xj8_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 8 AND tr.`id_state` = 0)
LEFT JOIN `xj8_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `xj8_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE acp.`id_product` = 16495 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= 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", "catalog") AND app.`id_country` IN (0, 8) 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 |
1.127
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1716 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 824 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (59475,59476,59477)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (59475,59476,59477)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 34
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.073
ms
|
93 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
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-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= app.`to`), 1, 0) + IF (app.`id_shop` IN (0, 1), 2, 0) + IF (app.`id_country` IN (0, 8), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0)) AS `score`
FROM `xj8_pm_advancedsearch_product_price_1` app
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
LEFT JOIN `xj8_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 8 AND tr.`id_state` = 0)
LEFT JOIN `xj8_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `xj8_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= 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", "catalog") AND app.`id_country` IN (0, 8) 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 |
1.025
ms
|
31 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1672 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1747 (getMaxIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 827 |
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-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= app.`to`), 1, 0) + IF (app.`id_shop` IN (0, 1), 2, 0) + IF (app.`id_country` IN (0, 8), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0)) AS `score`
FROM `xj8_pm_advancedsearch_product_price_1` app
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
LEFT JOIN `xj8_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 8 AND tr.`id_state` = 0)
LEFT JOIN `xj8_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `xj8_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= 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", "catalog") AND app.`id_country` IN (0, 8) 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 |
0.950
ms
|
31 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1641 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1690 (getMinIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 841 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (63497,63498,63499)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (63497,63498,63499)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 39
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.933
ms
|
93 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE ac.`id_criterion`, ac.`id_criterion_group`, acg.`visible`,aclink.`id_criterion_linked`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
LEFT JOIN `xj8_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` = 2650 |
0.822
ms
|
4 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:608 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1550 (getCriterionsWithIdGroupFromIdLinked)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2410 (getCriteriaFromEmplacement)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE * FROM `xj8_cart_rule` cr
LEFT JOIN `xj8_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 |
0.775
ms
|
247 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `xj8_st_page_banner` sms
LEFT JOIN `xj8_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN xj8_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 1 AND sms.`active`=1 AND sms.`item_k`=4 AND sms.`item_v`="2650" ORDER BY sms.`position`
LIMIT 1 |
0.772
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1430 (getAll)
/modules/stpagebanner/stpagebanner.php:1568 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:368 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 33
AND ac.`visible` = 1 LIMIT 1 |
0.720
ms
|
28 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 40
AND ac.`visible` = 1 LIMIT 1 |
0.719
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 939 |
INSERT INTO `xj8_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.717
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 39
AND ac.`visible` = 1 LIMIT 1 |
0.712
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 39
AND ac.`visible` = 1 LIMIT 1 |
0.704
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 41
AND ac.`visible` = 1 LIMIT 1 |
0.698
ms
|
60 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 42
AND ac.`visible` = 1 LIMIT 1 |
0.685
ms
|
17 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 843 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 40
AND ac.`visible` = 1 LIMIT 1 |
0.674
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `xj8_st_news_letter` snl
INNER JOIN xj8_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 1)
LEFT JOIN `xj8_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1 AND snl.`location` IN (4)
ORDER BY snl.`position` |
0.671
ms
|
1 |
Yes
|
|
/modules/stnewsletter/classes/StNewsLetterClass.php:243
/modules/stnewsletter/stnewsletter.php:1757 (getNewsLetter)
/modules/stnewsletter/stnewsletter.php:1813 (_prepareHook)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `xj8_hook` h
WHERE (h.active = 1) |
0.667
ms
|
1208 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 944 |
INSERT INTO `xj8_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10602525', '', 'parfumera.fr/brand/2650-lacoste?page=55', '', '2026-05-06 10:07:02') |
0.653
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `xj8_st_notification` snl
INNER JOIN xj8_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `xj8_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1
ORDER BY snl.`position` |
0.648
ms
|
1 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1255 (getNotification)
/modules/stnotification/stnotification.php:1248 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `xj8_st_notification` snl
INNER JOIN xj8_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `xj8_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1
ORDER BY snl.`position` |
0.642
ms
|
1 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1255 (getNotification)
/modules/stnotification/stnotification.php:1248 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
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` + acpc17.`id_cache_product`)) AS nb_product
FROM `xj8_pm_advancedsearch_criterion_1` ac USE INDEX (PRIMARY)
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (62049)
)
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
JOIN `xj8_specific_price` sp ON (
sp.`id_product` = acp.`id_product`
AND sp.`id_product_attribute`=0
AND sp.`id_group` IN (0, 1)
AND sp.`id_shop` IN (0, 1)
AND sp.`reduction` > 0
AND (
(sp.`from` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:00' >= sp.`from`)
AND
(sp.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:00' <= sp.`to`)
)
)
STRAIGHT_JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (62049)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND ac.`id_criterion_group` = 36
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.620
ms
|
31 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1388 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 42
AND ac.`visible` = 1 LIMIT 1 |
0.617
ms
|
17 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
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-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= app.`to`), 1, 0) + IF (app.`id_shop` = 1, 2, 0) + IF (app.`id_country` = 8, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_group` = 1, 16, 0)) AS `score`
FROM `xj8_pm_advancedsearch_product_price_1` app
LEFT JOIN `xj8_pm_advancedsearch_cache_product_1` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `xj8_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc1 ON ( acp.`id_cache_product` = acpc1.`id_cache_product` AND acpc1.`id_criterion` IN (7133))
JOIN `xj8_pm_advancedsearch_cache_product_criterion_1` acpc17 ON ( acp.`id_cache_product` = acpc17.`id_cache_product` AND acpc17.`id_criterion` IN (18287))
LEFT JOIN `xj8_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 8 AND tr.`id_state` = 0)
LEFT JOIN `xj8_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `xj8_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE acp.`id_product` = 51680 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-05-06 10:07:02' <= 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", "catalog") AND app.`id_country` IN (0, 8) 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 |
0.614
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1761 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 41
AND ac.`visible` = 1 LIMIT 1 |
0.602
ms
|
60 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 33
AND ac.`visible` = 1 LIMIT 1 |
0.583
ms
|
28 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `xj8_st_page_banner` sms
LEFT JOIN `xj8_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN xj8_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 1 AND sms.`active`=1 AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1 |
0.563
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1432 (getAll)
/modules/stpagebanner/stpagebanner.php:1568 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:368 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 34
AND ac.`visible` = 1 LIMIT 1 |
0.551
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16488) LIMIT 1 |
0.540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `xj8_st_sidebar` snl
INNER JOIN xj8_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `xj8_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
0.534
ms
|
8 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1322 (getAll)
/modules/stsidebar/stsidebar.php:1344 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:129 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE 1 FROM `xj8_cart_rule` WHERE ((date_to >= "2026-05-06 00:00:00" AND date_to <= "2026-05-06 23:59:59") OR (date_from >= "2026-05-06 00:00:00" AND date_from <= "2026-05-06 23:59:59") OR (date_from < "2026-05-06 00:00:00" AND date_to > "2026-05-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.507
ms
|
517 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `xj8_st_sidebar` snl
INNER JOIN xj8_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `xj8_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
0.482
ms
|
8 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1368 (getAll)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 34
AND ac.`visible` = 1 LIMIT 1 |
0.476
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16488
ORDER BY f.position ASC |
0.471
ms
|
22 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_social` s
LEFT JOIN `xj8_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=1)
INNER JOIN xj8_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
0.460
ms
|
4 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1547 (getAll)
/modules/stsocial/stsocial.php:1584 (getWidgetVariables)
/classes/Hook.php:1043 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/ProductListingFrontController.php:469 (exec)
/override/classes/controller/ProductListingFrontController.php:659 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.451
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/mdgiftproduct/mdgiftproduct.php:44 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 943 |
INSERT INTO `xj8_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('12229148', '6336', '3628718218', '', '1', '1', '2026-05-06 10:07:02') |
0.447
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16488 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE 1 FROM `xj8_cart_rule` WHERE ((date_to >= "2026-05-06 00:00:00" AND date_to <= "2026-05-06 23:59:59") OR (date_from >= "2026-05-06 00:00:00" AND date_from <= "2026-05-06 23:59:59") OR (date_from < "2026-05-06 00:00:00" AND date_to > "2026-05-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.430
ms
|
517 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `xj8_st_sticker` s
LEFT JOIN `xj8_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `xj8_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.427
ms
|
11 |
Yes
|
|
/modules/ststickers/classes/StStickersClass.php:165
/modules/ststickers/ststickers.php:1649 (getAll)
/modules/ststickers/ststickers.php:1389 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `xj8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 20055 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 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 |
0.424
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `xj8_carrier` c
LEFT JOIN `xj8_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `xj8_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `xj8_zone` z ON (z.`id_zone` = 1)
INNER JOIN xj8_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 AND cz.`id_zone` = 1 AND z.`active` = 1 AND EXISTS (SELECT 1 FROM xj8_carrier_group WHERE xj8_carrier_group.id_carrier = c.id_carrier AND id_group IN (1)) AND (c.is_module = 0 OR c.need_range = 1) GROUP BY c.`id_carrier` ORDER BY c.`position` ASC |
0.414
ms
|
4 |
Yes
|
Yes
|
/classes/Carrier.php:573
/override/classes/Carrier.php:68 (getCarriers)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18106 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 18106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 92601 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 92601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26989 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 26989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.400
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `xj8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 18104 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 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 |
0.389
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 18106) |
0.376
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.375
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/doofinder/doofinder.php:47 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 48 |
SELECT SQL_NO_CACHE value FROM `xj8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.368
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:79 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 674 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16492 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.367
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 92601
ORDER BY f.position ASC |
0.366
ms
|
3 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.365
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/axeptiocookies/src/Utils/ModuleTrait.php:66 (__construct)
/modules/axeptiocookies/axeptiocookies.php:121 (__mConstruct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18106
ORDER BY f.position ASC |
0.365
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE * FROM `xj8_currency` c ORDER BY `iso_code` ASC |
0.363
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20055 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 20055 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.362
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16487 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.361
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `xj8_hook` |
0.360
ms
|
1208 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 164 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20055) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18104
ORDER BY f.position ASC |
0.358
ms
|
22 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE *
FROM `xj8_pm_advancedsearch` a
LEFT JOIN `xj8_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:132 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2302 (__construct)
/var/cache/prod/smarty/compile/child_panda/30/52/72/305272b15b06918a7eb8def9dfbf70a00c68f073_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ad81028_66859516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3060 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.351
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/pm_advancedsearch4/classes/Core.php:66 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:169 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 875 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `xj8_st_easy_content` sec
INNER JOIN xj8_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `xj8_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=16 AND (sec.id_manufacturer = 0 AND sec.id_category = 0 OR (sec.id_manufacturer > 0 AND sec.id_manufacturer=2650))
ORDER BY sec.`position` LIMIT 0, 50 |
0.351
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/override/modules/steasycontent/steasycontent.php:2575 (getListContent)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `xj8_meta` m
LEFT JOIN `xj8_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.350
ms
|
68 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 640 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 92601) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18108
ORDER BY f.position ASC |
0.343
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16486 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16486 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.340
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.339
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/ps_checkout/ps_checkout.php:113 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.338
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/advancedemailguard/advancedemailguard.php:247 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.338
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/hioutofstocknotification/hioutofstocknotification.php:101 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 557 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16488)
GROUP BY s.id_warehouse |
0.336
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18104) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE `id_page`
FROM `xj8_page`
WHERE `id_page_type` = 10 AND `id_object` = 2650 LIMIT 1 |
0.335
ms
|
2 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_lang` FROM `xj8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.333
ms
|
1 |
|
|
/override/classes/Language.php:884
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26990 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 26990 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.332
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18104 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 18104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.329
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/stblogsearch/stblogsearch.php:56 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM xj8_shop_url su
LEFT JOIN xj8_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'parfumera.fr' OR su.domain_ssl = 'parfumera.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.327
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 140 |
SELECT SQL_NO_CACHE * FROM xj8_st_countdown_product WHERE `id_shop`=1 |
0.327
ms
|
1 |
|
|
/modules/stcountdown/classes/StCountDownClass.php:35
/modules/stcountdown/stcountdown.php:898 (getByShop)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26991 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 26991 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.327
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16485 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.322
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16492
ORDER BY f.position ASC |
0.321
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 18106 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16489 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.319
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `xj8_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:79 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `xj8_st_sticker` s
LEFT JOIN `xj8_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `xj8_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.317
ms
|
11 |
Yes
|
|
/modules/ststickers/classes/StStickersClass.php:165
/modules/ststickers/ststickers.php:1649 (getAll)
/modules/ststickers/ststickers.php:1697 (getWidgetVariables)
/classes/Hook.php:1043 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/ProductListingFrontController.php:469 (exec)
/override/classes/controller/ProductListingFrontController.php:659 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18108 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 18108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.316
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.314
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/stblog/stblog.php:89 (__construct)
/override/modules/stblog/stblog.php:90 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 447 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26988 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 26988 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20055
ORDER BY f.position ASC |
0.312
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16490 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16490 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE d.`price`
FROM `xj8_delivery` d
INNER JOIN `xj8_range_price` r ON d.`id_range_price` = r.`id_range_price`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 139
AND d.id_delivery = (
SELECT d2.id_delivery
FROM xj8_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_price` = `d`.`id_range_price`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY r.`delimiter2` DESC LIMIT 1 |
0.307
ms
|
4 |
Yes
|
|
/classes/Carrier.php:479
/override/classes/Carrier.php:90 (getMaxDeliveryPriceByPrice)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE d.`price`
FROM `xj8_delivery` d
INNER JOIN `xj8_range_price` r ON d.`id_range_price` = r.`id_range_price`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 125
AND d.id_delivery = (
SELECT d2.id_delivery
FROM xj8_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_price` = `d`.`id_range_price`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY r.`delimiter2` DESC LIMIT 1 |
0.307
ms
|
4 |
Yes
|
|
/classes/Carrier.php:479
/override/classes/Carrier.php:90 (getMaxDeliveryPriceByPrice)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16491 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 16491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
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 `xj8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18107 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `xj8_cart_product` cp JOIN `xj8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `xj8_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` = 18107 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `xj8_module` m
LEFT JOIN `xj8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.305
ms
|
151 |
|
|
/classes/module/Module.php:345
/modules/stblogarchives/stblogarchives.php:40 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 598 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16485
ORDER BY f.position ASC |
0.303
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
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 xj8_shop_group gs
LEFT JOIN xj8_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN xj8_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 |
0.301
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 473 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16491
ORDER BY f.position ASC |
0.300
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16490
ORDER BY f.position ASC |
0.300
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.300
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.300
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 934 |
SELECT SQL_NO_CACHE * FROM `xj8_cart_rule` cr
LEFT JOIN `xj8_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_%" |
0.298
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.295
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26991
ORDER BY f.position ASC |
0.294
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE * FROM `xj8_cart_rule` cr
LEFT JOIN `xj8_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_%" |
0.291
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "payplug" LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/payplug/src/application/adapter/ModuleAdapter.php:48 (isEnabled)
/modules/payplug/classes/ConfigClass.php:390 (isEnabled)
/modules/payplug/classes/HookClass.php:258 (isAllowed)
/modules/payplug/payplug.php:437 (displayHeader)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20055
AND image_shop.`cover` = 1 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16486
ORDER BY f.position ASC |
0.288
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16488) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 92601) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16490) LIMIT 1 |
0.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE smsg.*
FROM `xj8_st_swiper_group` smsg
INNER JOIN xj8_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 AND smsg.`id_manufacturer` IN (2650)
ORDER BY smsg.`position` |
0.283
ms
|
9 |
Yes
|
|
/modules/stswiper/classes/StSwiperGroup.php:281
/override/modules/stswiper/stswiper.php:2871 (getSlideGroup)
/override/modules/stswiper/stswiper.php:3062 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.283
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:846 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26991) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 26991)
GROUP BY s.id_warehouse |
0.282
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16492) AND (b.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16487
ORDER BY f.position ASC |
0.278
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE smsg.*
FROM `xj8_st_banner_group` smsg
INNER JOIN xj8_st_banner_group_shop st_banner_group_shop
ON (st_banner_group_shop.id_st_banner_group = smsg.id_st_banner_group AND st_banner_group_shop.id_shop = 1)
WHERE smsg.`active`=1 AND smsg.`id_parent`=0 AND smsg.`location` IN (23,26)
ORDER BY smsg.`position` |
0.278
ms
|
9 |
Yes
|
|
/modules/stbanner/classes/StBannerGroup.php:315
/modules/stbanner/stbanner.php:2667 (getBannerGroup)
/modules/stbanner/stbanner.php:3309 (_prepareHook)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `xj8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 498 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16489
ORDER BY f.position ASC |
0.274
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.274
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26990
ORDER BY f.position ASC |
0.273
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26989
ORDER BY f.position ASC |
0.273
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 18106 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE d.`price`
FROM `xj8_delivery` d
INNER JOIN `xj8_range_price` r ON d.`id_range_price` = r.`id_range_price`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 138
AND d.id_delivery = (
SELECT d2.id_delivery
FROM xj8_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_price` = `d`.`id_range_price`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY r.`delimiter2` DESC LIMIT 1 |
0.271
ms
|
4 |
Yes
|
|
/classes/Carrier.php:479
/override/classes/Carrier.php:90 (getMaxDeliveryPriceByPrice)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18106) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 18106)
GROUP BY s.id_warehouse |
0.271
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE * FROM `xj8_cart_rule` cr
LEFT JOIN `xj8_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_%" |
0.271
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18107
ORDER BY f.position ASC |
0.270
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM xj8_feature_product pf
LEFT JOIN xj8_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN xj8_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN xj8_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN xj8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26988
ORDER BY f.position ASC |
0.266
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 92601)
GROUP BY s.id_warehouse |
0.266
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16491) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18106) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18108) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16486) AND (b.`id_shop` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `xj8_pm_advancedsearch` ads
JOIN `xj8_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` |
0.263
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:487 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:467 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:292 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3076 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3200 (assignSearchVar)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE smsg.*
FROM `xj8_st_owl_carousel_group` smsg
INNER JOIN xj8_st_owl_carousel_group_shop st_owl_carousel_group_shop
ON (st_owl_carousel_group_shop.id_st_owl_carousel_group = smsg.id_st_owl_carousel_group AND st_owl_carousel_group_shop.id_shop = 1)
WHERE smsg.`active`=1 AND smsg.`id_manufacturer` IN (2650)
ORDER BY smsg.`position` |
0.263
ms
|
1 |
Yes
|
|
/modules/stowlcarousel/classes/StOwlCarouselGroup.php:276
/modules/stowlcarousel/stowlcarousel.php:2417 (getSlideGroup)
/modules/stowlcarousel/stowlcarousel.php:2603 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_social` s
LEFT JOIN `xj8_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=1)
INNER JOIN xj8_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
0.262
ms
|
4 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1547 (getAll)
/modules/stsocial/stsocial.php:1261 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.259
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1217 (getProducts)
/modules/wkwarehouses/wkwarehouses.php:1941 (isMultiShipping)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE smsg.*
FROM `xj8_st_swiper_group` smsg
INNER JOIN xj8_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 AND smsg.`location` IN (2,50)
ORDER BY smsg.`position` |
0.259
ms
|
9 |
Yes
|
|
/modules/stswiper/classes/StSwiperGroup.php:281
/override/modules/stswiper/stswiper.php:2871 (getSlideGroup)
/override/modules/stswiper/stswiper.php:3340 (_prepareHook)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26990) AND (b.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16491) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.257
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41 (getPsAccountsService)
/var/cache/prod/Ps_checkout8505FrontContainer.php:1597 (__construct)
/var/cache/prod/Ps_checkout8505FrontContainer.php:1637 (getPsAccountRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1112 (getService)
/modules/ps_checkout/ps_checkout.php:1177 (getService)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16489)
GROUP BY s.id_warehouse |
0.257
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE tr.*
FROM `xj8_tax_rule` tr
JOIN `xj8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('75001' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '75001')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.252
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.252
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 18108)
GROUP BY s.id_warehouse |
0.251
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.251
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.250
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 903 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.249
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18104) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18107) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE *
FROM `xj8_cms` a
LEFT JOIN `xj8_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `xj8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gptchatbox/gptchatbox.php:1253 (__construct)
/modules/gptchatbox/gptchatbox.php:1476 (renderChatbox)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26991) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 26988)
GROUP BY s.id_warehouse |
0.248
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 18104)
GROUP BY s.id_warehouse |
0.247
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26988) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16486)
GROUP BY s.id_warehouse |
0.247
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 20055)
GROUP BY s.id_warehouse |
0.246
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE * FROM `xj8_cart_rule` cr
LEFT JOIN `xj8_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) 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_%" |
0.245
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.245
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16492)
GROUP BY s.id_warehouse |
0.244
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `xj8_pm_advancedsearch_criterion_group_1` acg
LEFT JOIN `xj8_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` |
0.244
ms
|
14 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:253 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2446 (getCriterionsGroupsFromIdSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE smsg.*
FROM `xj8_st_swiper_group` smsg
INNER JOIN xj8_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 AND smsg.`location` IN (21)
ORDER BY smsg.`position` |
0.243
ms
|
9 |
Yes
|
|
/modules/stswiper/classes/StSwiperGroup.php:281
/override/modules/stswiper/stswiper.php:2871 (getSlideGroup)
/override/modules/stswiper/stswiper.php:3340 (_prepareHook)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18108) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16489) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.242
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `xj8_pm_advancedsearch_seo` s
JOIN `xj8_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("c11bdbd013247b2fc72c03054d120f69","396e7e53f0f6696d65dea6831a4c0bc0","0830515c86af93935a531b9a4797734f")
AND s.`deleted`=0 |
0.241
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:295 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2762 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20055) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26989) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16485) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 18107)
GROUP BY s.id_warehouse |
0.240
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16490)
GROUP BY s.id_warehouse |
0.238
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 26990)
GROUP BY s.id_warehouse |
0.236
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16491)
GROUP BY s.id_warehouse |
0.236
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE `id_guest`
FROM `xj8_connections`
WHERE `id_guest` = 12229148
AND `date_add` > '2026-05-06 09:37:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.236
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 20055) |
0.235
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18107) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE c.id_currency
FROM `xj8_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `xj8_manufacturer` a
LEFT JOIN `xj8_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `xj8_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2650) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/listing/ManufacturerController.php:65 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 20055) AND (pc.id_shop = 1) |
0.231
ms
|
4 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16485) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.230
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16490) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16487) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.228
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16492) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.228
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:527 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:381 (getShippingDisplayValue)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE tr.*
FROM `xj8_tax_rule` tr
JOIN `xj8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
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 |
0.227
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5953 (getTaxCalculator)
/classes/Product.php:5845 (getTaxesInformations)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26990) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 26989)
GROUP BY s.id_warehouse |
0.226
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.225
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26988) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26989) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.223
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16486) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.222
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.222
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16489) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 36
AND ac.`visible` = 1 LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16485)
GROUP BY s.id_warehouse |
0.218
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
0.218
ms
|
39 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Criterion.php:332 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:854 (getCustomCriterionsLinkIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1184 (makeLeftJoinWhereCriterion)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 92601) |
0.217
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.217
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE *
FROM `xj8_product` a
LEFT JOIN `xj8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `xj8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16487) AND (b.`id_shop` = 1) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:202 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 908 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.215
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:5167 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:324 (getProductsWithSeparatedGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `xj8_lang` l
JOIN xj8_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/override/classes/Language.php:1217
/override/classes/Language.php:1514 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 866 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.214
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 18104) |
0.213
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE s.`id_warehouse`, s.`physical_quantity`, wl.`name`, wl.`delivery_time`, wpl.`location`, w.`id_address`, w.`address_url`
FROM `xj8_stock` s
LEFT JOIN `xj8_warehouse` `w` ON w.id_warehouse = s.id_warehouse
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
INNER JOIN `xj8_warehouse_product_location` `wpl` ON wpl.id_product = s.id_product AND
wpl.id_product_attribute = s.id_product_attribute AND
wpl.id_warehouse = s.id_warehouse
WHERE (s.id_product = 16487)
GROUP BY s.id_warehouse |
0.212
ms
|
1 |
Yes
|
Yes
|
/modules/wkwarehouses/classes/WorkshopAsm.php:807
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16487) |
0.211
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.210
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:425 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.208
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.207
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26990
AND image_shop.`cover` = 1 LIMIT 1 |
0.207
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.207
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.206
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `xj8_pm_advancedsearch_seo` s
JOIN `xj8_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("e4d858c35fd7fadf0d21a6dd3768cd7d","9a90b5c8eb3c2af70eb09ae38d7b16c1")
AND s.`deleted`=0 |
0.203
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:295 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2762 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16488) |
0.203
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `xj8_currency` a
LEFT JOIN `xj8_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `xj8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 92601) LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 20055 AND `id_shop` = 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16489) |
0.200
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:557 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:82 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `xj8_pm_advancedsearch_criterion_1` ac
JOIN `xj8_pm_advancedsearch_criterion_1_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `xj8_pm_advancedsearch_criterion_1_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 36
AND ac.`visible` = 1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1382 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2760 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.195
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.194
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.193
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `xj8_country` a
LEFT JOIN `xj8_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `xj8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM xj8_shop s
LEFT JOIN xj8_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 |
0.191
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 63 |
SELECT SQL_NO_CACHE 1 FROM xj8_cart_product cp INNER JOIN xj8_product p
ON (p.id_product = cp.id_product) INNER JOIN xj8_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Cart.php:4192
/classes/Cart.php:4167 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.191
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 26991 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.189
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `xj8_pm_advancedsearch` ads
LEFT JOIN `xj8_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` |
0.189
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:438 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:423 (getSearchsById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.189
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 26991 AND `id_shop` = 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.188
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:412 (isInstalled)
/modules/facebookproductad/lib/moduleTools.php:1732 (isInstalled)
/modules/facebookproductad/lib/hook/hookDisplay.php:134 (getConsentStatus)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.188
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:846 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `xj8_manufacturer` a
LEFT JOIN `xj8_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2650) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:47 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `xj8_pm_advancedsearch_criterion_group_1` acg
LEFT JOIN `xj8_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,17)
ORDER BY `position` |
0.187
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:278 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2526 (getCriterionsGroup)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.186
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `xj8_pm_advancedsearch_seo` s
JOIN `xj8_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("5ec168baa95eaaaef0c02f0d177156cc")
AND s.`deleted`=0 |
0.186
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:295 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2762 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 92601
AND image_shop.`cover` = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.186
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:846 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE id_order
FROM `xj8_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
0.185
ms
|
2 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:391
/modules/facebookproductad/lib/hook/hookDisplay.php:110 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16488 AND `id_shop` = 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `xj8_pm_advancedsearch_seo` s
JOIN `xj8_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("3d57e15caa6e6727b07487f530ff6627")
AND s.`deleted`=0 |
0.185
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:295 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2762 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE `value` FROM `xj8_configuration` WHERE `name` = 'steavisgarantis_apiKey_1' LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/steavisgarantis/steavisgarantis.php:2038
/modules/steavisgarantis/steavisgarantis.php:511 (getCertificateUrlByLang)
/classes/Hook.php:1043 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/4f/7e/84/4f7e8423ed49721bdbefc272c385d628cd7dc3a9_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ae246a8_76914419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:581 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:148 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16488 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 92601 AND `id_shop` = 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 668 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16492) |
0.184
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.184
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.184
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 18107) |
0.184
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 18108
AND image_shop.`cover` = 1 LIMIT 1 |
0.183
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16486
AND image_shop.`cover` = 1 LIMIT 1 |
0.183
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 92601) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.183
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE *
FROM `xj8_mdgift_rule` mgr
WHERE mgr.`active` = 1
AND mgr.`id_shop` = 1
ORDER BY mgr.`id_mdgift_rule` ASC |
0.183
ms
|
1 |
|
|
/modules/mdgiftproduct/classes/models/MdGiftRule.php:414
/modules/mdgiftproduct/classes/models/MdGiftRule.php:358 (getGifRules)
/modules/mdgiftproduct/mdgiftproduct.php:215 (getValidGiftRules)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.183
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:412 (isInstalled)
/modules/facebookproductad/facebookproductad.php:65 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `xj8_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `xj8_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.182
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:847 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:635 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE id_shop
FROM `xj8_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 366 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 26991) |
0.181
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 26991) AND (pc.id_shop = 1) |
0.181
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 92601 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE g.*, gl.*
FROM `xj8_group` g
LEFT JOIN `xj8_group_lang` gl
ON (g.`id_group` = gl.`id_group`)
WHERE `name` = 'cse' LIMIT 1 |
0.181
ms
|
25 |
|
|
/classes/Group.php:437
/override/classes/Customer.php:10 (searchByName)
/override/modules/stcustomersignin/stcustomersignin.php:574 (isCustomerInCseGroup)
/override/modules/stcustomersignin/stcustomersignin.php:598 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_panda/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplateshookstsidebar.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf644aa1be4_68024571)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/stsidebar/stsidebar.php:1376 (fetch)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 18104
AND image_shop.`cover` = 1 LIMIT 1 |
0.180
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 18107
AND image_shop.`cover` = 1 LIMIT 1 |
0.179
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.179
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=83 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.179
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.179
ms
|
12 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
/modules/quantitydiscountpro/quantitydiscountpro.php:512 (getQuantityDiscountRulesWithCondition)
/modules/quantitydiscountpro/quantitydiscountpro.php:494 (hookActionFrontControllerAfterInit)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:514 (exec)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 26989) |
0.179
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16491) |
0.178
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16486) |
0.178
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16485
AND image_shop.`cover` = 1 LIMIT 1 |
0.178
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `xj8_lang` l
LEFT JOIN `xj8_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.178
ms
|
1 |
|
|
/override/classes/Language.php:1081
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 391 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 26990) |
0.178
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE w.`id_warehouse`,
wl.`name` as name,
`reference`,
w.`id_address`
FROM `xj8_warehouse` w
LEFT JOIN `xj8_warehouse_lang` `wl` ON w.`id_warehouse` = wl.`id_warehouse` AND `id_lang` = 1
WHERE (`deleted` = 0) AND (`active` = 1)
ORDER BY reference ASC |
0.176
ms
|
2 |
Yes
|
|
/modules/wkwarehouses/classes/Warehouse.php:169
/modules/wkwarehouses/classes/WarehouseProductLocation.php:121 (getWarehouses)
/modules/wkwarehouses/classes/WorkshopAsm.php:439 (getCollection)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.176
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `xj8_lang` a
LEFT JOIN `xj8_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 163 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26988
AND image_shop.`cover` = 1 LIMIT 1 |
0.176
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16488
AND image_shop.`cover` = 1 LIMIT 1 |
0.176
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `xj8_orders` a
WHERE (a.`id_order` = 1) LIMIT 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/order/Order.php:284 (__construct)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:95 (__construct)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:179 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:158 (execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 26990 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.173
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16488) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.173
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 18108) |
0.173
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `xj8_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:67 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `xj8_manufacturer_lang`
WHERE `id_manufacturer` = 2650 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:47 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE id_order
FROM `xj8_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
0.172
ms
|
2 |
|
|
/modules/gmerchantcenterpro/lib/dao/moduleDao.php:471
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:90 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:179 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:158 (execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 26988) |
0.172
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16490) |
0.172
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.172
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:846 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:676 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:494 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.171
ms
|
1622 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.171
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16488) AND (pc.id_shop = 1) |
0.171
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16487 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16486) AND (pc.id_shop = 1) |
0.170
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 72
AND setting_type = 2 |
0.170
ms
|
40 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stnotification" LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16490
AND image_shop.`cover` = 1 LIMIT 1 |
0.169
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE tr.*
FROM `xj8_tax_rule` tr
JOIN `xj8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('75001' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '75001')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.168
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5709 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.168
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 92601) AND (pc.id_shop = 1) |
0.168
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
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 `xj8_product` p
INNER JOIN `xj8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `xj8_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` = 16485) |
0.167
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16492 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 18106) AND (pc.id_shop = 1) |
0.167
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.167
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `xj8_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:90 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 18106
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26991
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26989
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12187 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16492
AND image_shop.`cover` = 1 LIMIT 1 |
0.165
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 5 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.163
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 20055 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16491
AND image_shop.`cover` = 1 LIMIT 1 |
0.163
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16489
AND image_shop.`cover` = 1 LIMIT 1 |
0.163
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16490) AND (pc.id_shop = 1) |
0.163
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=81 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.163
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 74
AND setting_type = 2 |
0.162
ms
|
40 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE c.id_carrier
FROM `xj8_warehouse_carrier` wc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = wc.id_carrier
WHERE (id_warehouse = 2) AND (c.deleted = 0) |
0.161
ms
|
2 |
|
|
/modules/wkwarehouses/classes/Warehouse.php:203
/modules/wkwarehouses/classes/WarehouseStock.php:1366 (getCarriers)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.161
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18108) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.161
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=85 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.161
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE GROUP_CONCAT(`id_criterion_group`) AS `id_criterion_group_list`
FROM `xj8_pm_advancedsearch_criterion_group_1`
WHERE `criterion_group_type` = "category" AND `only_children` = 1 LIMIT 1 |
0.160
ms
|
14 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2133 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1228 (allowChildCategorySearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier` a
LEFT JOIN `xj8_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 138) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 18104) AND (pc.id_shop = 1) |
0.159
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:158 (getNumberOfAsmProductsInCart)
/classes/Cart.php:2840 (getPackageList)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 18106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.158
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:846 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:671 (getMessage)
/classes/Hook.php:1043 (hookDisplayContentWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:488 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.`id_carrier`
FROM `xj8_carrier` c
LEFT JOIN `xj8_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
LEFT JOIN `xj8_zone` z ON (z.`id_zone` = 1)
WHERE c.`id_carrier` = 125
AND c.`deleted` = 0
AND c.`active` = 1
AND cz.`id_zone` = 1
AND z.`active` = 1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Carrier.php:799
/modules/wkwarehouses/classes/WarehouseStock.php:1354 (checkCarrierZone)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.158
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 18108) AND (pc.id_shop = 1) |
0.158
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.158
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:5167 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:324 (getProductsWithSeparatedGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `xj8_pm_advancedsearch_seo` s
JOIN `xj8_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=1)
WHERE s.`seo_key` IN ("0701c81c597b8e86315eb36e2fd90f49")
AND s.`deleted`=0 |
0.158
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:295 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2762 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "jscomposer" LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/override/modules/stproductcategoriesslider/stproductcategoriesslider.php:91 (isInstalled)
/override/modules/stproductcategoriesslider/stproductcategoriesslider.php:83 (initHookArray)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 20055) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.157
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16486) AND (a0.`id_warehouse` IN(1, 2)) |
0.157
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 6 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.157
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.157
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `xj8_country` a
LEFT JOIN `xj8_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `xj8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/wkwarehouses/classes/WorkshopAsm.php:810 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.156
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `xj8_group` a
LEFT JOIN `xj8_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 0 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.156
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `xj8_quantity_discount_rule` qdr
LEFT JOIN `xj8_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 4 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.155
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18106) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.155
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16488) LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `xj8_image` i
INNER JOIN xj8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16487
AND image_shop.`cover` = 1 LIMIT 1 |
0.155
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE *
FROM `xj8_pm_advancedsearch_lang`
WHERE `id_search` = 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:132 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2302 (__construct)
/var/cache/prod/smarty/compile/child_panda/30/52/72/305272b15b06918a7eb8def9dfbf70a00c68f073_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf64ad81028_66859516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3060 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier` a
LEFT JOIN `xj8_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 139) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 18104 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16490 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16485) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.154
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.154
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16489) AND (pc.id_shop = 1) |
0.153
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 92601 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 18106 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 18106 AND `id_shop` = 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 18108 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16490) AND (a0.`id_warehouse` IN(1, 2)) |
0.152
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE *
FROM `xj8_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 686 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16492) AND (pc.id_shop = 1) |
0.151
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_carrier_tax_rules_group_shop`
WHERE `id_carrier` = 139 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Carrier.php:1228
/classes/Carrier.php:1205 (getIdTaxRulesGroupByIdCarrier)
/classes/Carrier.php:1329 (getIdTaxRulesGroup)
/classes/Carrier.php:1310 (getTaxCalculator)
/override/classes/Cart.php:59 (getTaxesRate)
/override/classes/Cart.php:18 (getMyPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 18104 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE *
FROM `xj8_customer` a
WHERE (a.`id_customer` = 5) LIMIT 1 |
0.151
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/classes/order/Order.php:288 (__construct)
/modules/facebookproductad/lib/hook/hookDisplay.php:149 (__construct)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=82 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.151
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE id_page_type
FROM xj8_page_type
WHERE name = 'manufacturer' LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:701 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:195 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE name, alias FROM `xj8_hook_alias` |
0.150
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 46 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `xj8_quantity_discount_rule` qdr
INNER JOIN `xj8_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.150
ms
|
12 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
/modules/quantitydiscountpro/quantitydiscountpro.php:512 (getQuantityDiscountRulesWithCondition)
/modules/quantitydiscountpro/quantitydiscountpro.php:494 (hookActionFrontControllerAfterInit)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:514 (exec)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.150
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 18104 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.150
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE g.*, gl.*
FROM `xj8_group` g
LEFT JOIN `xj8_group_lang` gl
ON (g.`id_group` = gl.`id_group`)
WHERE `name` = 'cse' LIMIT 1 |
0.150
ms
|
25 |
|
|
/classes/Group.php:437
/override/classes/Customer.php:10 (searchByName)
/override/modules/stcustomersignin/stcustomersignin.php:574 (isCustomerInCseGroup)
/override/modules/stcustomersignin/stcustomersignin.php:598 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 18104 AND `id_shop` = 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26991) LIMIT 1 |
0.149
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 26989 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.149
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 26988) AND (pc.id_shop = 1) |
0.148
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16491) AND (pc.id_shop = 1) |
0.148
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.148
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 927 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.148
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM xj8_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 205 |
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `xj8_address` a
LEFT JOIN `xj8_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `xj8_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 25 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/Address.php:319
/modules/wkwarehouses/classes/WarehouseStock.php:1272 (getZoneById)
/modules/wkwarehouses/classes/WarehouseStock.php:1319 (getZoneID)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 18106 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.147
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.147
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18104) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.147
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16492) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.147
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.147
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16490) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.146
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier` a
LEFT JOIN `xj8_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 125) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.146
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.146
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE value FROM `xj8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.145
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:90 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.145
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 18107) AND (pc.id_shop = 1) |
0.145
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26991) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.145
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26991) AND (a0.`id_warehouse` IN(1, 2)) |
0.145
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 26990) AND (pc.id_shop = 1) |
0.145
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16491 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.145
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.145
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_easy_content_element`
WHERE `id_st_easy_content_column`=82 AND `active`=1
ORDER BY `position` ASC |
0.145
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.144
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `name`
FROM `xj8_manufacturer`
WHERE `id_manufacturer` = 2650
AND `active` = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Link.php:203 (getNameById)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16485 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16492) LIMIT 1 |
0.144
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.143
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 18107 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 26988 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 75
AND setting_type = 2 |
0.143
ms
|
40 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.143
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.143
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 82
AND setting_type = 1 |
0.143
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 73
AND setting_type = 2 |
0.143
ms
|
40 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16489 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.142
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `xj8_currency` a
LEFT JOIN `xj8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.142
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE * FROM `xj8_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.141
ms
|
17 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/override/classes/controller/FrontController.php:1619 (getNoPictureImage)
/override/classes/controller/FrontController.php:1745 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:544 (getTemplateVarShop)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.141
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 26991 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 26989) AND (pc.id_shop = 1) |
0.141
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16490 AND `id_shop` = 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE value FROM `xj8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:67 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 18108 AND `id_shop` = 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16485 AND `id_shop` = 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.140
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16495 AND `id_group` = 1 LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1608 (getValueForProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1746 (getGroupReducedPrice)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `xj8_currency` c
LEFT JOIN xj8_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/override/modules/steasycontent/steasycontent.php:2708 (getCacheId)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 18107 AND `id_shop` = 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16485) AND (pc.id_shop = 1) |
0.139
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16492 AND `id_shop` = 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.139
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.138
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:154 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse` a
LEFT JOIN `xj8_warehouse_shop` `c` ON a.`id_warehouse` = c.`id_warehouse` AND c.`id_shop` = 1
WHERE (a.`id_warehouse` = 2) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/wkwarehouses/classes/Warehouse.php:136 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1301 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier_lang`
WHERE `id_carrier` = 139 AND `id_shop` = 1 |
0.138
ms
|
126 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.138
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 26990 AND `id_shop` = 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.138
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=84 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.138
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18104) AND (a0.`id_warehouse` IN(1, 2)) |
0.138
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 26991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.138
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 20055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.137
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.137
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.137
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:3564 (getProducts)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 18104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26988) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.137
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16491 AND `id_shop` = 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16492 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE *
FROM `xj8_customer` a
WHERE (a.`id_customer` = 5) LIMIT 1 |
0.136
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Customer.php:229 (__construct)
/classes/order/Order.php:288 (__construct)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:95 (__construct)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:179 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:158 (execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 20055 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26990) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.136
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 26989 AND `id_shop` = 1 |
0.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE id_supplier FROM `xj8_pm_advancedsearch_suppliers` WHERE id_search=1 |
0.136
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:273 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.`active`
FROM `xj8_address` a
LEFT JOIN `xj8_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 25 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Address.php:351
/modules/wkwarehouses/classes/WarehouseStock.php:1320 (isCountryActiveById)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16491) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.136
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16488 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 92601) LIMIT 1 |
0.136
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16492 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.136
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16495 AND id_shop=1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/tax/Tax.php:226 (getIdTaxRulesGroupByIdProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1720 (getProductTaxRate)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=87 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.136
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_carrier_tax_rules_group_shop`
WHERE `id_carrier` = 125 AND id_shop=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Carrier.php:1228
/classes/Carrier.php:1205 (getIdTaxRulesGroupByIdCarrier)
/classes/Carrier.php:1329 (getIdTaxRulesGroup)
/classes/Carrier.php:1310 (getTaxCalculator)
/override/classes/Cart.php:59 (getTaxesRate)
/override/classes/Cart.php:18 (getMyPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 71
AND setting_type = 2 |
0.135
ms
|
13 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `xj8_hook_alias` |
0.135
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 230 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.135
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 18106 AND `id_group` = 1 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 26988 AND `id_shop` = 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16489) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.135
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.135
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16488) LIMIT 1 |
0.135
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE id_carrier
FROM `xj8_product_carrier` pc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 16487) AND (pc.id_shop = 1) |
0.135
ms
|
2 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1344
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.135
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 18107 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `xj8_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:229 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 20055 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.134
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.134
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.134
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier` a
LEFT JOIN `xj8_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 134) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE c.id_carrier
FROM `xj8_warehouse_carrier` wc
INNER JOIN `xj8_carrier` `c` ON c.id_reference = wc.id_carrier
WHERE (id_warehouse = 1) AND (c.deleted = 0) |
0.134
ms
|
1 |
|
|
/modules/wkwarehouses/classes/Warehouse.php:203
/modules/wkwarehouses/classes/WarehouseStock.php:1366 (getCarriers)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.134
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 92601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration_lang`
WHERE `id_configuration` = 251673 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:79 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 20055) LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16489 AND `id_shop` = 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16488 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2459 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.133
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 26988 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16485 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration` a
WHERE (a.`id_configuration` = 251673) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:79 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.132
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:527 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:381 (getShippingDisplayValue)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 26991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16487 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.132
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 26990 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.132
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.132
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier_lang`
WHERE `id_carrier` = 138 AND `id_shop` = 1 |
0.131
ms
|
126 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 18104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE `from` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18107) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.131
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.131
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE secc.*
FROM `xj8_st_easy_content_column` secc
WHERE secc.`id_parent`=86 AND secc.`active`=1 AND secc.`id_st_easy_content`=318 ORDER BY secc.`position` |
0.131
ms
|
7 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.131
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE qdrf.*
FROM `xj8_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.130
ms
|
5 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *
FROM `xj8_country` a
LEFT JOIN `xj8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/override/classes/controller/FrontController.php:1764 (generateAddress)
/override/classes/controller/FrontController.php:544 (getTemplateVarShop)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16487) LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.130
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12199 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18107) AND (a0.`id_warehouse` IN(1, 2)) |
0.130
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.130
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.130
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 18106 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 20055) AND (a0.`id_warehouse` IN(1, 2)) |
0.129
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier_lang`
WHERE `id_carrier` = 125 AND `id_shop` = 1 |
0.129
ms
|
126 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE c.`id_carrier`
FROM `xj8_carrier` c
LEFT JOIN `xj8_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
LEFT JOIN `xj8_zone` z ON (z.`id_zone` = 1)
WHERE c.`id_carrier` = 139
AND c.`deleted` = 0
AND c.`active` = 1
AND cz.`id_zone` = 1
AND z.`active` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Carrier.php:799
/modules/wkwarehouses/classes/WarehouseStock.php:1354 (checkCarrierZone)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.129
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26989) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.129
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26989) LIMIT 1 |
0.129
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM xj8_product_attribute pa
INNER JOIN xj8_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 16486 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Product.php:1106
/modules/wkwarehouses/wkwarehouses.php:1087 (getDefaultAttribute)
/modules/wkwarehouses/wkwarehouses.php:1212 (setProductProperties)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.129
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.128
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.128
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE * FROM `xj8_image_type` |
0.128
ms
|
17 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/override/modules/stthemeeditor/stthemeeditor.php:4244 (getFormattedName)
/override/modules/stthemeeditor/stthemeeditor.php:4122 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.128
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse` a
LEFT JOIN `xj8_warehouse_shop` `c` ON a.`id_warehouse` = c.`id_warehouse` AND c.`id_shop` = 1
WHERE (a.`id_warehouse` = 1) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/wkwarehouses/classes/Warehouse.php:136 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1301 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18106) LIMIT 1 |
0.128
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18106) AND (a0.`id_warehouse` IN(1, 2)) |
0.128
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16492) AND (a0.`id_warehouse` IN(1, 2)) |
0.128
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.127
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 18108) AND (a0.`id_warehouse` IN(1, 2)) |
0.127
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2459 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.127
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.127
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16487 AND `id_shop` = 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.127
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:527 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:381 (getShippingDisplayValue)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE *
FROM `xj8_carrier_lang`
WHERE `id_carrier` = 134 AND `id_shop` = 1 |
0.126
ms
|
126 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/override/classes/Carrier.php:82 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 18108 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 26989 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16491 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 92601 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16492) LIMIT 1 |
0.126
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12211 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.126
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16489 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16488 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE *
FROM `xj8_product_lang`
WHERE `id_product` = 16486 AND `id_shop` = 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.125
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.125
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.125
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:527 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:381 (getShippingDisplayValue)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.124
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.124
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3602 (getOrderTotal)
/override/classes/Cart.php:10 (getPackageShippingCost)
/override/classes/Carrier.php:119 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16488) AND (a0.`id_warehouse` IN(1, 2)) |
0.124
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 18104 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16490 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16486 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.124
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.124
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.124
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "mdgiftproduct" LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Cart.php:902 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.123
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2534 (getProducts)
/override/classes/Cart.php:217 (getPackageList)
/classes/Cart.php:2840 (getPackageList)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/steasycontent/steasycontent.php:327 (isEnabled)
/override/modules/steasycontent/steasycontent.php:247 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `xj8_address` a
LEFT JOIN `xj8_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `xj8_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 24 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/Address.php:319
/modules/wkwarehouses/classes/WarehouseStock.php:1272 (getZoneById)
/modules/wkwarehouses/classes/WarehouseStock.php:1319 (getZoneID)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 26990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16487) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.123
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 92601 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `xj8_pm_advancedsearch_criterion_1` ac
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)
WHERE ac.`id_criterion` = 7133 LIMIT 1 |
0.123
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:253 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2542 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.123
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE c.`id_carrier`
FROM `xj8_carrier` c
LEFT JOIN `xj8_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
LEFT JOIN `xj8_zone` z ON (z.`id_zone` = 1)
WHERE c.`id_carrier` = 138
AND c.`deleted` = 0
AND c.`active` = 1
AND cz.`id_zone` = 1
AND z.`active` = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Carrier.php:799
/modules/wkwarehouses/classes/WarehouseStock.php:1354 (checkCarrierZone)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12426 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12551 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_carrier_tax_rules_group_shop`
WHERE `id_carrier` = 138 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Carrier.php:1228
/classes/Carrier.php:1205 (getIdTaxRulesGroupByIdCarrier)
/classes/Carrier.php:1329 (getIdTaxRulesGroup)
/classes/Carrier.php:1310 (getTaxCalculator)
/override/classes/Cart.php:59 (getTaxesRate)
/override/classes/Cart.php:18 (getMyPackageShippingCost)
/override/classes/Carrier.php:118 (getPackageShippingCost)
/modules/wkwarehouses/classes/WarehouseStock.php:1373 (getCarriersForOrder)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26990) LIMIT 1 |
0.122
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16489 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.122
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartPresenter.php:373 (getTotalShippingCost)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 20055 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE `id_country`, `id_state`, `vat_number`, `postcode` FROM `xj8_address`
WHERE `id_address` = 25 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Address.php:442
/modules/wkwarehouses/classes/WorkshopAsm.php:809 (getCountryAndState)
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 20055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.122
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/modules/wkwarehouses/classes/WarehouseStock.php:1411 (getProducts)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "gsnippetsreviews" LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:557 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:83 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16490) LIMIT 1 |
0.121
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 92601) AND (a0.`id_warehouse` IN(1, 2)) |
0.121
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26989) LIMIT 1 |
0.121
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16489) LIMIT 1 |
0.121
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16488 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16486) AND (a0.`id_product_attribute` = 0) AND (a0.`id_warehouse` IN(1, 2)) |
0.120
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WorkshopAsm.php:441 (rewind)
/modules/wkwarehouses/wkwarehouses.php:1220 (getAssociatedWarehousesArray)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16485) LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18104) LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 18106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 18108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE *
FROM `xj8_tax_lang`
WHERE `id_tax` = 1 |
0.119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18108) LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26988) AND (a0.`id_warehouse` IN(1, 2)) |
0.119
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16491) LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12645 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.119
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3038 (getOrderTotal)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stblog" LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasycontent/steasycontent.php:327 (isInstalled)
/override/modules/steasycontent/steasycontent.php:247 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18104) LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.119
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE id_category FROM `xj8_pm_advancedsearch_products_cat` WHERE id_search=1 |
0.119
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:271 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE * FROM `xj8_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 20055 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 20055) LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26990) AND (a0.`id_warehouse` IN(1, 2)) |
0.118
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 26989) AND (a0.`id_warehouse` IN(1, 2)) |
0.118
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16491) AND (a0.`id_warehouse` IN(1, 2)) |
0.118
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16489) AND (a0.`id_warehouse` IN(1, 2)) |
0.118
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16490) LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.118
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.118
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE id_category FROM `xj8_pm_advancedsearch_category` WHERE id_search=1 |
0.118
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:270 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_orders` o
LEFT JOIN `xj8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 12566 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:441 (getDiscountsCustomer)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.117
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `id_country`, `id_state`, `vat_number`, `postcode` FROM `xj8_address`
WHERE `id_address` = 24 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Address.php:442
/modules/wkwarehouses/classes/WorkshopAsm.php:809 (getCountryAndState)
/modules/wkwarehouses/classes/WarehouseStock.php:184 (getProductPhysicalQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 18107 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26991) LIMIT 1 |
0.117
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 92601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.117
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE id_cms FROM `xj8_pm_advancedsearch_cms` WHERE id_search=1 |
0.117
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:272 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_easy_content_element`
WHERE `id_st_easy_content_column`=84 AND `active`=1
ORDER BY `position` ASC |
0.117
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.117
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16492 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE `id_lang` FROM `xj8_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.116
ms
|
1 |
|
|
/override/classes/Language.php:884
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.116
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3037 (getOrderTotal)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 20055 AND `id_group` = 1 LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 20055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18108) LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16490 AND id_shop=1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.116
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE *
FROM `xj8_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `xj8_specific_price_priority`
WHERE `id_product` = 18104
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16489) LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16485) LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 92601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE *
FROM `xj8_currency_lang`
WHERE `id_currency` = 1 |
0.115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/CartRule.php:51 (isEnabled)
/classes/controller/FrontController.php:482 (autoAddToCart)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.115
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `width`, `height`
FROM xj8_image_type
WHERE `name` = 'brand_default' LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Image.php:563
/override/modules/stthemeeditor/stthemeeditor.php:4244 (getSize)
/override/modules/stthemeeditor/stthemeeditor.php:4122 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 183 AND `id_shop` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/payplug/src/application/adapter/ModuleAdapter.php:48 (isEnabled)
/modules/payplug/classes/ConfigClass.php:390 (isEnabled)
/modules/payplug/classes/HookClass.php:258 (isAllowed)
/modules/payplug/payplug.php:437 (displayHeader)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE id_product = 16485 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `xj8_pm_advancedsearch_criterion_group_1`
WHERE `id_criterion_group` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2147 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2155 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2439 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_easy_content_element`
WHERE `id_st_easy_content_column`=85 AND `active`=1
ORDER BY `position` ASC |
0.115
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.115
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.114
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:633 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:599 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:160 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE id_shop
FROM `xj8_manufacturer_shop`
WHERE `id_manufacturer` = 2650
AND id_shop = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/listing/ManufacturerController.php:67 (isAssociatedToShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18106) LIMIT 1 |
0.114
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18107) LIMIT 1 |
0.114
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.114
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.114
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stswiper" LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE value FROM `xj8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:229 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 26989 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26988) LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.113
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "sthoverimage" LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/override/modules/stthemeeditor/stthemeeditor.php:4242 (isInstalled)
/override/modules/stthemeeditor/stthemeeditor.php:4122 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 18107) LIMIT 1 |
0.112
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26990) LIMIT 1 |
0.112
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16485) AND (a0.`id_warehouse` IN(1, 2)) |
0.112
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.112
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.112
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3485 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16491) LIMIT 1 |
0.112
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE COUNT(*)
FROM xj8_warehouse
WHERE `active` = 0 AND `deleted` = 0 LIMIT 1 |
0.111
ms
|
2 |
|
|
/modules/wkwarehouses/classes/Warehouse.php:414
/modules/wkwarehouses/classes/WarehouseStock.php:1122 (hasHiddenWarehouses)
/modules/wkwarehouses/classes/WarehouseStock.php:638 (takeOffDisabledWarehouses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 18107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 18108 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 26990 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 92601 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_easy_content_element`
WHERE `id_st_easy_content_column`=87 AND `active`=1
ORDER BY `position` ASC |
0.111
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE *
FROM `xj8_st_easy_content_element`
WHERE `id_st_easy_content_column`=86 AND `active`=1
ORDER BY `position` ASC |
0.111
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 18108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 26988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `xj8_warehouse_cart_product` wc
INNER JOIN `xj8_cart_product` cp ON (
cp.`id_product` = wc.`id_product` AND
cp.`id_product_attribute` = wc.`id_product_attribute` AND
cp.`id_cart` = wc.`id_cart`
)
WHERE wc.`id_cart` = 0 LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WarehouseStock.php:1210
/override/classes/Cart.php:467 (getNumberOfAsmProductsInCart)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 51680 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/tax/Tax.php:226 (getIdTaxRulesGroupByIdProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1762 (getProductTaxRate)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 84
AND setting_type = 1 |
0.111
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/controller/FrontController.php:1661 (isEnabled)
/override/classes/controller/FrontController.php:1804 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/override/classes/controller/FrontController.php:543 (getTemplateVarPage)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 26991 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 26989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_product_location` a0
WHERE (a0.`id_product` = 16487) AND (a0.`id_warehouse` IN(1, 2)) |
0.110
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/modules/wkwarehouses/classes/WarehouseStock.php:1059 (rewind)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 26990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/override/classes/controller/FrontController.php:617 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "steasycontent" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.109
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:3037 (getOrderTotal)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/modules/stthemeeditor/stthemeeditor.php:4242 (isEnabled)
/override/modules/stthemeeditor/stthemeeditor.php:4122 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 85
AND setting_type = 1 |
0.109
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 270 AND `id_shop` = 1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/CartRule.php:51 (isEnabled)
/classes/controller/FrontController.php:482 (autoAddToCart)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.109
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.109
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.109
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 20055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 18107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `width`, `height`
FROM xj8_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Image.php:563
/override/modules/stthemeeditor/stthemeeditor.php:4245 (getSize)
/override/modules/stthemeeditor/stthemeeditor.php:4122 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 26989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 87
AND setting_type = 1 |
0.108
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "steasybuilder" LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/override/modules/stthemeeditor/stthemeeditor.php:4193 (isInstalled)
/override/modules/stthemeeditor/stthemeeditor.php:4105 (isEbTransPandaInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_lang`
WHERE `id_warehouse` = 2 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/wkwarehouses/classes/Warehouse.php:136 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1301 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16490 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16486 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16487) LIMIT 1 |
0.107
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2459 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/advancedemailguard/advancedemailguard.php:1255 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:970 (isGDPREnabled)
/modules/advancedemailguard/advancedemailguard.php:954 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1107 (getJavaScriptVars)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.107
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE id_manufacturer FROM `xj8_pm_advancedsearch_manufacturers` WHERE id_search=1 |
0.107
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:274 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE * FROM `xj8_st_easy_content_setting`
WHERE id_st_easy_content_setting = 86
AND setting_type = 1 |
0.107
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:2597 (recurseLightTree)
/override/modules/steasycontent/steasycontent.php:3656 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayManufacturerFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:194 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.107
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM xj8_required_field |
0.107
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/override/classes/controller/FrontController.php:548 (validateFieldsRequiredDatabase)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 18107 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16491 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 18104 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 26988) LIMIT 1 |
0.106
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 92601 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.106
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `xj8_pm_advancedsearch_criterion_1` ac
LEFT JOIN `xj8_pm_advancedsearch_criterion_1_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 1)
WHERE ac.`id_criterion` = 18287 LIMIT 1 |
0.106
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:253 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2542 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM `xj8_warehouse_lang`
WHERE `id_warehouse` = 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/wkwarehouses/classes/Warehouse.php:136 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:1301 (__construct)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16488 AND `id_group` = 1 LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.105
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:3038 (getOrderTotal)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 26991 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16492 AND id_shop=1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `xj8_group_lang`
WHERE `id_group` = 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE *
FROM `xj8_country_lang`
WHERE `id_country` = 8 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/override/classes/controller/FrontController.php:1764 (generateAddress)
/override/classes/controller/FrontController.php:544 (getTemplateVarShop)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.104
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `xj8_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 109 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.104
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration` a
WHERE (a.`id_configuration` = 251673) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:67 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration_lang`
WHERE `id_configuration` = 251673 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:67 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 26991 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 26989 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 26988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16486) LIMIT 1 |
0.104
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/wkwarehouses.php:1213 (usesAdvancedStockManagement)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 92601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE 1 FROM `xj8_specific_price` WHERE `to` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 18108 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 26988 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16486 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.103
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stshoppingcart/stshoppingcart.php:735 (present)
/modules/stshoppingcart/stshoppingcart.php:753 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16491 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16487 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.102
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/classes/Cart.php:2280 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.102
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:940 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 26990 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE id_stock_available, quantity, physical_quantity, reserved_quantity
FROM `xj8_stock_available`
WHERE (id_product = 16487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:491
/modules/wkwarehouses/classes/WarehouseStock.php:189 (getAvailableStockByProduct)
/modules/wkwarehouses/classes/WarehouseStock.php:1068 (getWarehousesAvailableQuantities)
/modules/wkwarehouses/classes/WarehouseStock.php:637 (warehousesDataOnProductPage)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 18107 AND id_shop=1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE id_product FROM `xj8_pm_advancedsearch_products` WHERE id_search=1 |
0.101
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:275 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_group`
WHERE `id_group` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16489 AND id_shop=1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE COUNT(*) FROM `xj8_pack` WHERE id_product_pack = 16487 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stbanner" LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration` a
WHERE (a.`id_configuration` = 251673) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:90 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE c.`active`
FROM `xj8_address` a
LEFT JOIN `xj8_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 24 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Address.php:351
/modules/wkwarehouses/classes/WarehouseStock.php:1320 (isCountryActiveById)
/modules/wkwarehouses/classes/WarehouseStock.php:550 (getAvailableCarrierList)
/modules/wkwarehouses/classes/WarehouseStock.php:680 (getCarriersByCustomerAddresses)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 39 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE product_shop.advanced_stock_management
FROM `xj8_product` p
INNER JOIN xj8_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE (p.id_product = 16486) LIMIT 1 |
0.100
ms
|
1 |
|
|
/modules/wkwarehouses/classes/WorkshopAsm.php:1156
/modules/wkwarehouses/classes/WarehouseStock.php:606 (usesAdvancedStockManagement)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stsidebar/stsidebar.php:1386 (isInstalled)
/modules/stsidebar/stsidebar.php:1325 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1344 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:129 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `xj8_mdgift_rule_cart_product` mgrcp
LEFT JOIN `xj8_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.100
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:407
/override/classes/Cart.php:905 (getCartGiftData)
/classes/Cart.php:2127 (getProducts)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/stsidebar/stsidebar.php:1237 (present)
/modules/stsidebar/stsidebar.php:1335 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayMobileBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:224 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 18107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `xj8_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 39 LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/wkwarehouses/wkwarehouses.php:1210 (__construct)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE *
FROM `xj8_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 6) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:370 (__construct)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 39 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16489 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `xj8_stock_available`
WHERE (id_product = 16485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 138 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 18104 AND `id_group` = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 26988 AND id_shop=1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `xj8_pm_advancedsearch_criterion_group_1`
WHERE `id_criterion_group` = 17 LIMIT 1 |
0.097
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2147 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2155 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2439 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE format
FROM `xj8_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/override/classes/controller/FrontController.php:1764 (generateAddress)
/override/classes/controller/FrontController.php:544 (getTemplateVarShop)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 26990 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16492 AND `id_group` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration_lang`
WHERE `id_configuration` = 251673 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:90 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 18108 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16486 AND id_shop=1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE id_shop
FROM `xj8_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16490 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 26989 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `xj8_specific_price_priority`
WHERE `id_product` = 20055
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 18107 AND `id_group` = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16491 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/wkwarehouses.php:1245 (outOfStock)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE id_shop
FROM `xj8_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:366 (setCurrency)
/override/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 271 AND `id_shop` = 1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Cart.php:902 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/module/Module.php:2109
/override/classes/controller/FrontController.php:1661 (isEnabled)
/override/classes/controller/FrontController.php:1804 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/override/classes/controller/FrontController.php:543 (getTemplateVarPage)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16489 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "stwishlist" LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/override/modules/stcustomersignin/stcustomersignin.php:572 (isInstalled)
/override/modules/stcustomersignin/stcustomersignin.php:598 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `xj8_group`
WHERE `id_group` = 3 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Group.php:174
/classes/order/Order.php:289 (getPriceDisplayMethod)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:95 (__construct)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:179 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:158 (execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 26988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 18108 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 26991 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 26990 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `xj8_product_shop`
WHERE `id_product` = 16485 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 51680 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1608 (getValueForProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1785 (getGroupReducedPrice)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2608 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SET group_concat_max_len = 33554432 |
0.090
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:46 (setGroupConcatMaxLength)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:487 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:467 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:292 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3076 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3200 (assignSearchVar)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 26989 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16490 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16487 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 26988 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16485 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/stsidebar/stsidebar.php:1386 (isEnabled)
/modules/stsidebar/stsidebar.php:1325 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1344 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:129 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE page FROM `xj8_pm_advancedsearch_special_pages` WHERE id_search=1 |
0.089
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:276 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:336 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3030 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE name FROM xj8_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 39 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16491 AND `id_group` = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 26988 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16486 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "ukooparts" LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2989 (isEnabled)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1142 (getFromSmartyCache)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "gremarketing" LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:557 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:84 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 152 AND `id_shop` = 1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/advancedemailguard/advancedemailguard.php:1255 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:970 (isGDPREnabled)
/modules/advancedemailguard/advancedemailguard.php:954 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1107 (getJavaScriptVars)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration` a
WHERE (a.`id_configuration` = 251673) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:229 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE product_type FROM `xj8_product` WHERE id_product = 16485 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE `reduction`
FROM `xj8_product_group_reduction_cache`
WHERE `id_product` = 16487 AND `id_group` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `xj8_configuration_lang`
WHERE `id_configuration` = 251673 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:298 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:229 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:82 (isAccountLinked)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php:55 (isAccountLinked)
/modules/ps_checkout/ps_checkout.php:1178 (isValid)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:995 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `xj8_country`
WHERE `id_country` = 8 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/override/classes/controller/FrontController.php:1764 (generateAddress)
/override/classes/controller/FrontController.php:544 (getTemplateVarShop)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE out_of_stock
FROM `xj8_stock_available`
WHERE (id_product = 16486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/wkwarehouses/classes/WarehouseStock.php:608 (outOfStock)
/modules/wkwarehouses/wkwarehouses.php:1239 (getAvailableWarehouseAndCartQuantity)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5852 (exec)
/classes/Product.php:5971 (getProductProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelManufacturer.php:56 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:278 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1508 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:124 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:62 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:60 (run)
/modules/facebookproductad/facebookproductad.php:166 (run)
/modules/facebookproductad/facebookproductad.php:142 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `xj8_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 6 |
0.081
ms
|
19 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:370 (__construct)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/override/classes/Cart.php:475 (getDeliveryOptionList)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/override/classes/Cart.php:930 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/override/classes/controller/FrontController.php:538 (present)
/override/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/override/classes/controller/FrontController.php:617 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 139 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2109
/override/modules/stcustomersignin/stcustomersignin.php:572 (isEnabled)
/override/modules/stcustomersignin/stcustomersignin.php:598 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/e0/e4/5e/e0e45e3ff00b07f8df03da437f78a4d3c9d4e9e4_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649c58712_09488708)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:298 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2989 (isEnabled)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1142 (getFromSmartyCache)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2685 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3046 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3299 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:407 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/9a/55/a9/9a55a96a366ac53d75c895f8ba2fad3b91ef5a71_2.file.layout-both-columns.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b93e26_23202254)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/fe/ac/a4/feaca48109b5da1724368ee7cc2f55c86edeba03_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b48fb2_68799669)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/f7/49/48/f749480bfe3008c29073ec837a9d13da49591801_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf649b3fb29_78169212)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_pandalayouts_layout_left_column_tpl/27/f0/af/27f0af645ba6866e4f255c9d520457ea8974e4e7_2.file.manufacturer.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69faf6a60da123_88504452)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:762 (fetch)
/override/classes/controller/FrontController.php:744 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/advancedemailguard/advancedemailguard.php:1245 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:972 (isLegacyMAModuleEnabled)
/modules/advancedemailguard/advancedemailguard.php:954 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1107 (getJavaScriptVars)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE `id_module` FROM `xj8_module` WHERE `name` = "mailalerts" LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/advancedemailguard/advancedemailguard.php:1245 (isEnabled)
/modules/advancedemailguard/advancedemailguard.php:972 (isLegacyMAModuleEnabled)
/modules/advancedemailguard/advancedemailguard.php:954 (getJavaScriptMeta)
/modules/advancedemailguard/advancedemailguard.php:1107 (getJavaScriptVars)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/override/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|